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:
7e637ba
)
op/sub.t: fix ticket number in comment
author
David Mitchell
<davem@iabyn.com>
Wed, 21 Oct 2015 11:28:35 +0000
(12:28 +0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 3 Feb 2016 09:18:31 +0000
(09:18 +0000)
Took me a while to track down that non-existent ticket!
t/op/sub.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/sub.t
b/t/op/sub.t
index
df6df3e
..
7c3fc5c
100644
(file)
--- a/
t/op/sub.t
+++ b/
t/op/sub.t
@@
-41,7
+41,7
@@
is(scalar(@test), 0, 'Didnt return anything');
ok(eq_array(\@a, [34,35]), "yes without args");
}
-# [perl #
819
44] return should always copy
+# [perl #
918
44] return should always copy
{
$foo{bar} = 7;
for my $x ($foo{bar}) {