This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d1d4d
)
Slow down split in scalar context :-)
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 1 Nov 2009 20:28:45 +0000
(12:28 -0800)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Mon, 2 Nov 2009 07:19:56 +0000
(08:19 +0100)
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 <h.m.brand@xs4all.nl>
t/op/split.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/split.t
b/t/op/split.t
index
da12b3e
..
6e98078
100644
(file)
--- 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