[perl #62528] Match.keys method returns nothing.

2009-01-20 Thread Eric Hodges
# New Ticket Created by "Eric Hodges" # Please include the string: [perl #62528] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62528 > use v6; rule test {test}; "test" ~~ //; say '$/.

[perl #62530] Assinging a $/ to a scalar and then accessing its extened .keys method produces a "Null PMC" error

2009-01-20 Thread Eric Hodges
# New Ticket Created by "Eric Hodges" # Please include the string: [perl #62530] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62530 > class Match is also { method keys () {return %(self).keys }; }; rule a {H

[perl #61534] [PATCH] Add support for =END and =begin END

2008-12-19 Thread Eric Hodges
# New Ticket Created by "Eric Hodges" # Please include the string: [perl #61534] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61534 > I also added tests in revision R24492 file t/spec/S02-whitespace_and_comments/*_end.t

[perl #61420] [PATCH] Add support for .succ and .pred for Int, Num and Str

2008-12-16 Thread Eric Hodges
# New Ticket Created by "Eric Hodges" # Please include the string: [perl #61420] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61420 > Index: src/cl