summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-13 16:39:16 +0100
committerJesse Vincent <jesse@bestpractical.com>2009-10-16 12:30:15 -0400
commitd152a4c4e9147bb67eee2f34c9e64eeb8fdbd1b8 (patch)
tree744a26b0a68f9140f3025812b0648de8f8d1ccb2 /t
parenteb81740c724e07e132ae8122503daaf89eba703b (diff)
downloadperl-d152a4c4e9147bb67eee2f34c9e64eeb8fdbd1b8.tar.gz
:locked is deprecated, so use :lvalue instead.
Diffstat (limited to 't')
-rw-r--r--t/op/exists_sub.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/exists_sub.t b/t/op/exists_sub.t
index d4aa29251a..012ea331e7 100644
--- 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;}