# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #27962]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27962 >


Here's an untested patch to fix the split op's warning.

Index: ops/string.ops
===================================================================
RCS file: /cvs/public/parrot/ops/string.ops,v
retrieving revision 1.15
diff -r1.15 string.ops
690c690
<       internal_exception(1, "Unimplemented join by regex");
---
 >       internal_exception(1, "Unimplemented split by regex");

--
Will "Coke" Coleda                                    will at coleda 
dot com

Reply via email to