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
(from parent 1:
58219fb
)
Correct bug number comment in test.
author
Nicholas Clark
<nick@ccl4.org>
Sat, 25 May 2013 10:03:23 +0000
(12:03 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 25 May 2013 10:03:23 +0000
(12:03 +0200)
t/op/local.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/local.t
b/t/op/local.t
index
706a1bf
..
03a8310
100644
(file)
--- a/
t/op/local.t
+++ b/
t/op/local.t
@@
-628,7
+628,7
@@
while (/(o.+?),/gc) {
}
{
- # BUG 20001205.
22
+ # BUG 20001205.
022 (RT #4852)
my %x;
$x{a} = 1;
{ local $x{b} = 1; }