projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb81740
)
:locked is deprecated, so use :lvalue instead.
Nicholas Clark [Tue, 13 Oct 2009 15:39:16 +0000 (16:39 +0100)]
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 : locked;
+sub t2 : lvalue;
sub t3 ();
sub t4 ($);
sub t5 {1;}