summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2016-01-18 12:52:29 +0000
committerSawyer X <xsawyerx@cpan.org>2017-06-01 10:53:44 +0200
commit01cb645528690d8065b86c3a0db2738055e142de (patch)
tree96199a34e956bf7551da0d54634c6565b40168ed /dist/Attribute-Handlers
parentcfdc35fc22e32a4383f59856f093e3f386a646b7 (diff)
downloadperl-01cb645528690d8065b86c3a0db2738055e142de.tar.gz
Remove deprecated no-op :locked attribute
It's been a no-op since 5.10 and deprecated since 5.12.
Diffstat (limited to 'dist/Attribute-Handlers')
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
index 710fe0839d..67e4dc74ac 100644
--- a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
+++ b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
@@ -140,7 +140,7 @@ sub AUTOLOAD {
}
my $builtin = $] ge '5.027000'
- ? qr/lvalue|method|locked|shared/
+ ? qr/lvalue|method|shared/
: qr/lvalue|method|locked|shared|unique/;
sub _gen_handler_AH_() {