From: Nicholas Clark Date: Tue, 13 Oct 2009 15:39:16 +0000 (+0100) Subject: :locked is deprecated, so use :lvalue instead. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d152a4c4e9147bb67eee2f34c9e64eeb8fdbd1b8;p=p5sagit%2Fp5-mst-13.2.git :locked is deprecated, so use :lvalue instead. --- diff --git a/t/op/exists_sub.t b/t/op/exists_sub.t index d4aa292..012ea33 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;}