[perl #59074] Patch for split(thing, delimiter) function

2008-09-19 Thread Chris Davaz
# New Ticket Created by "Chris Davaz" # Please include the string: [perl #59074] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59074 > Moved the split function from Str.pir to any-str.pm and removed the Perl6Str coercion.

Re: Patch for split(thing, delimiter) function

2008-09-19 Thread Moritz Lenz
Chris Davaz wrote: > Moved the split function from Str.pir to any-str.pm and removed the > Perl6Str coercion. Thanks, applied as r31265. Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

Patch for split(thing, delimiter) function

2008-09-19 Thread Chris Davaz
Moved the split function from Str.pir to any-str.pm and removed the Perl6Str coercion. Index: src/builtins/any-str.pir === --- src/builtins/any-str.pir (revision 31254) +++ src/builtins/any-str.pir (working copy) @@ -172,6 +172,31 @@