# New Ticket Created by Stephane Payrard
# Please include the string: [perl #107992]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=107992 >
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
--
cognominal stef