From: Father Chrysostomos Date: Sun, 1 Nov 2009 20:28:45 +0000 (-0800) Subject: Slow down split in scalar context :-) X-Git-Tag: v5.11.3~151 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/2f7a9718549bed20690a376daf82104fa475c252 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