blob: 60185e0f5f2557ba4d5abeafb3f465abb5359bfa [file] [log] [blame]
Installing the Clownfish runtime with Perl bindings
===================================================
To install the Clownfish runtime as a suite of Perl modules, run the following
commands:
perl Build.PL
perl Build
perl Build test
perl Build install
Module::Build is required. Since Perl 5.10.0, Module::Build has been bundled
with the Perl core, but on older systems it may be necessary to install it
from CPAN first.