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:
eb81740
)
:locked is deprecated, so use :lvalue instead.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 13 Oct 2009 15:39:16 +0000
(16:39 +0100)
committer
Jesse Vincent
<jesse@bestpractical.com>
Fri, 16 Oct 2009 16:30:15 +0000
(12:30 -0400)
t/op/exists_sub.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/exists_sub.t
b/t/op/exists_sub.t
index
d4aa292
..
012ea33
100644
(file)
--- a/
t/op/exists_sub.t
+++ b/
t/op/exists_sub.t
@@
-8,7
+8,7
@@
BEGIN {
print "1..9\n";
sub t1;
-sub t2 : l
ocked
;
+sub t2 : l
value
;
sub t3 ();
sub t4 ($);
sub t5 {1;}