develooper Front page | perl.perl6.compiler | Postings from January 2012

[perl #107992] [BUG] -n command switch is broken

From:
Stephane Payrard
Date:
January 11, 2012 12:39
Subject:
[perl #107992] [BUG] -n command switch is broken
Message ID:
rt-3.6.HEAD-14510-1326314364-1467.107992-82-0@perl.org
# 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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About