[perl #77144] while $foo ~~ m:g// should warn

2014-02-23 Thread Will Coleda via RT
On Wed Aug 11 09:37:18 2010, moritz wrote: Fwiw, m:g// wasn't working at all, and I've disabled it again until I find a way for it to actually return list of Match objects. I don't see how this can be made to warn in safe and generic way that doesn't totally bork the separation of concerns

[perl #77144] while $foo ~~ m:g// should warn

2010-08-10 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #77144] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77144 my $s = 'abcd'; while $s ~~ m:g/(.)/ { print $0 }; Neither works nor does it