# New Ticket Created by na...@khemir.net # Please include the string: [perl #71816] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71816 >
rakudo commit: db84bc06990c37b93fe987dcffab4ed9bf31de92 build/PARROT_REVISION: 43076 1.9.0 na...@naquadim rakudo (master)$ ./perl6 nadim_test.pl Not enough positional parameters passed; got 0 but expected 2 in Main (file src/gen_setting.pm, line 324) code: sub A(Int $x, Str $y) {1} say A() ;