# New Ticket Created by Ilya Belikin # Please include the string: [perl #64478] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64478 >
Ho there,
Pairs constructor changed:
S02, L2538
Fat arrow Adverbial pair Paren form
========= ============== ==========
a => True :a
a => False :!a
but in Rakudo, now:
> :a.perl.say
"a" => 1
> :!a.perl.say
"a" => 0
I hope this one easy to fix. Thank you!
Ilya
