diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 12:47:27 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 12:47:27 +0100 |
commit | 8e5dadda1c1c201168c358a10e1073814c1cae6b (patch) | |
tree | 49b880dc3085e66f68715bcd827d4c4483c38255 /toke.c | |
parent | cee202b7bebc105308f54a045a45bd424f971fde (diff) | |
download | perl-8e5dadda1c1c201168c358a10e1073814c1cae6b.tar.gz |
Deprecate use of the attribute :locked on subroutines.
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4395,7 +4395,7 @@ Perl_yylex(pTHX) } else if (!PL_in_my && len == 6 && strnEQ(SvPVX(sv), "locked", len)) { sv_free(sv); - CvLOCKED_on(PL_compcv); + deprecate(":locked"); } else if (!PL_in_my && len == 6 && strnEQ(SvPVX(sv), "method", len)) { sv_free(sv); |