On Tue Jun 08 12:33:03 2010, cognominal wrote:
> I golfed the problematic statement to :
> 
> $ perl6
> >  lc ~$_ for Match.^methods
> >  lc ~$_ for Match.^methods
> get_string() not implemented in class 'ArrayIterator'
> $ say "my mac is freaking me out"  # oops I was thrown out from the
> rakudo shell
> 

$ ./perl6 
> lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
> lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
> lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
> lc ~$_ for Match.^methods
Method 'methods' not found for invocant of class 'P6metaclass'
> say "my mac is freaking me out" # oops I was thrown out from the rakudo shell
my mac is freaking me out

This appears to be working now:
$ ./perl6 --version

This is Rakudo Perl 6, version 2010.07-140-g67778a6 built on parrot 2.7.0 r48560

Copyright 2008-2010, The Perl Foundation

Thanks for the report.

-- 
Will "Coke" Coleda

Reply via email to