On Thu, 22 Jun 2006, Flavio S. Glock wrote:
Please install Pugs::Compiler::Rule (from CPAN or Pugs repo). Thanks for testing!
Ah. Ok. Installing Module::Compile, Test::Base, Spiffy, PadWalker, Parse::Yapp, and then Pugs::Compiler::Rule, I get to the point where $ cd misc/pX/Common/Pugs-Compiler-Perl6 $ perl -Ilib hello_world.pl actually works. Well done! Still, it fails the following tests in 01-sanity: 07-for.t 07-isa.t 07-range.t 07-ref.t 07-simple-multisubs.t 07-tailcall.t 08-test.t as well as nearly all of the other tests under t/. I imagine you already knew that, but I didn't, and others reading the blog might not be aware either. One other oddity: You can't run the test file twice without cleaning up the generated .tc files first. Specifically: $ perl -Ilib 01-sanity/01-tap.t [ works ] $ perl -Ilib 01-sanity/01-tap.t Unmatched right curly bracket at 01-sanity/01-tap.tc line 7, at end of line syntax error at 01-sanity/01-tap.tc line 7, near "}" Anyway, it's remarkable how much you've accomplished. Thanks, and good luck. -- Andy Dougherty [EMAIL PROTECTED]