[perl #117461] [TODO] Match.lines in Rakudo

2013-04-21 Thread Will Coleda via RT
On Wed Apr 03 07:21:42 2013, masak wrote: > r: "1\n2\n3" ~~ /.*/; say $/.lines > rakudo ffe441: OUTPUT«No such method 'lines' for invocant of > type 'Match'␤ in block at /tmp/u_Sd9GI3H5:1␤␤» > should Match have a .lines method? > rn: say Match ~~ Cool > rakudo ffe441, niecza v24-35-g5c06e28:

[perl #117461] [TODO] Match.lines in Rakudo

2013-04-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117461] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117461 > r: "1\n2\n3" ~~ /.*/; say $/.lines rakudo ffe441: OUTPUT«No such method 'lines'