Re: [perl #59184] Some fixes to split methods

2008-09-25 Thread Chris Davaz
Nope, that last one was it. Still waiting on a decision for how edge cases on limit are to be handled. On Thu, Sep 25, 2008 at 10:49 PM, Moritz Lenz via RT <[EMAIL PROTECTED]> wrote: > On Mon Sep 22 22:55:29 2008, cdavaz wrote: >> Grr.. wrong again sorry!! Forgot to remove the handle_count label.

[perl #59184] Some fixes to split methods

2008-09-22 Thread Chris Davaz
# New Ticket Created by "Chris Davaz" # Please include the string: [perl #59184] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59184 > I have implemented the limit parameter on both Str.split(String, Integer) and Str.split

Some fixes to split methods

2008-09-21 Thread Chris Davaz
I have implemented the limit parameter on both Str.split(String, Integer) and Str.split(Regex, Integer). In doing so I had to change the method signature of Str.split(String) to ".sub 'split' :method :multi(_, _)" from ".sub 'split' :method :multi('String')". The former method signature is the corr