From: Father Chrysostomos Date: Sun, 1 Nov 2009 20:28:45 +0000 (-0800) Subject: Slow down split in scalar context :-) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f7a9718549bed20690a376daf82104fa475c252;p=p5sagit%2Fp5-mst-13.2.git Slow down split in scalar context :-) Here’s a patch to include the bug number in the test script. And 68971 can be resolved, too. Sorry for the duplicate! Signed-off-by: H.Merijn Brand --- diff --git a/t/op/split.t b/t/op/split.t index da12b3e..6e98078 100644 --- a/t/op/split.t +++ b/t/op/split.t @@ -462,7 +462,7 @@ is($cnt, scalar(@ary)); } { - # Bug #XXXXX + # Bug #69875 # 'Hybrid' scalar-and-array context scalar(our @PATH = split /::/, "Font::GlyphNames"); # 'my' doesn't trigger the bug