This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
:locked is deprecated, so use :lvalue instead.
authorNicholas Clark <nick@ccl4.org>
Tue, 13 Oct 2009 15:39:16 +0000 (16:39 +0100)
committerJesse Vincent <jesse@bestpractical.com>
Fri, 16 Oct 2009 16:30:15 +0000 (12:30 -0400)
t/op/exists_sub.t

index d4aa292..012ea33 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
 print "1..9\n";
 
 sub t1;
-sub t2 : locked;
+sub t2 : lvalue;
 sub t3 ();
 sub t4 ($);
 sub t5 {1;}