# New Ticket Created by Will Coleda
# Please include the string: [perl #107244]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=107244 >
$ more foo
sub MAIN($a, :$b) {
say "$a, $b";
}
$ perl6 foo -b=3 4
use of uniniti
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #107236]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=107236 >
are grammars known broken in current nom? e.g. this works in
rakudo-ng and not i
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #107232]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=107232 >
nom: class A { has $x = 5; method foo { say $x } }; A.new.foo
nom a9bead: OUTPU
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #107212]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=107212 >
The "nom" branch of Rakudo doesn't have the -c flag, as the previous
"b" branch d
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #107210]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=107210 >
nom: say "+" ~~ 9
nom 5f7f4d: OUTPUT«No applicable candidates found to dispatch
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #107204]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=107204 >
what to do if slurp gives "malformed utf8 string"? :)
look twice at your file :