Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r11107 r11126 9 9 Pugs needs Parrot 0.4.5 or above to support Perl 6 Rules and PIR evaluation. 10 10 To install Parrot, follow the instructions at http://www.parrotcode.org/. 11 12 v6-pugs (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 13 Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is 14 dependent on Module::Build with C_support, so install ExtUtils::CBuilder and 15 ExtUtils::ParseXS first. Satisfy all with one command: 16 17 $ sudo cpan ExtUtils::CBuilder ExtUtils::ParseXS Module::Build \ 18 Devel::Caller Module::Compile Pugs::Compiler::Rule 11 19 12 20 http://www.jwcs.net/~jonathan/perl6/ and http://pxperl.com/ both have
