blob: 77823b0126b8d181cd1dd39273932b5b3b309a2c [file] [log] [blame]
Installing the Clownfish compiler with Perl bindings
====================================================
To install the Clownfish compiler 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.