On Wed Jan 11 12:39:24 2012, cognominal wrote:
> Note : I patched rakudo nom with https://gist.github.com/1596551 to
> get the backtrace
> 
> $ perl6 -n -e ''
> perl6 -n -e ''
> Null PMC access in find_method('new')
> � in wrap_option_n_code at src/Perl6/Actions.pm:181
> � in comp_unit at src/Perl6/Actions.pm:222
> � in comp_unit at src/Perl6/Grammar.pm:373
> � in TOP at src/Perl6/Grammar.pm:36
> $ perl6 -n
> perl6 -n
> > ''
> ''
> Null PMC access in find_method('new')
> >
> 
> Apparently the class Perl6::Compiler::Parameter is not found
> 

This no longer dies.

$ echo "" | ./perl6 -n -e ''
$

Closable with tests.


-- 
Will "Coke" Coleda

Reply via email to