hmm I see I'll work it out ;-) Thanks

On Thu, Sep 18, 2008 at 3:33 PM, Moritz Lenz <[EMAIL PROTECTED]>wrote:
>
>> Chris Davaz wrote:
>> > Ok, here it is without the change to "split on a string", and the test
>> > passes.
>>
>> Yes, but on my machine now t/spec/S04-statements/gather.t produces a
>> segmentation fault. I'll have to investigate if that is related to your
>> patch or not.
>>
>> Also split behaves a bit strangely here:
>>
>>  > say 'ab23d4f5'.split(/\d+/).perl
>>  ["ab", "", "", "d", "f", ""]
>>  > say 'ab23d4f5'.split(/\d/).perl
>>  ["ab", "", "d", "f", ""]
>>
>> (There are a few other oddities like the behaviour with a zero-width
>> match, but that's only a minor issue).
>>
>> > Please apply this one and in the meantime I will see how we can
>> > get the method signature right for split on a strong + not break
>> reverse.
>>
>> --
>> Moritz Lenz
>> http://moritz.faui2k3.org/ |  http://perl-6.de/
>>
>
>

Reply via email to