Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 27 Sep 2002 13:52:18 +0000 (15:52 +0200)
committerhv <hv@crypt.org>
Sun, 29 Sep 2002 11:59:28 +0000 (11:59 +0000)
Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@17940

lib/Attribute/Handlers.pm

index 4199d9d..60b0aa1 100644 (file)
@@ -2,7 +2,7 @@ package Attribute::Handlers;
 use 5.006;
 use Carp;
 use warnings;
-$VERSION = '0.77';
+$VERSION = '0.78';
 # $DB::single=1;
 
 my %symcache;
@@ -108,7 +108,7 @@ sub AUTOLOAD {
 
 sub DESTROY {}
 
-my $builtin = qr/lvalue|method|locked/;
+my $builtin = qr/lvalue|method|locked|unique|shared/;
 
 sub _gen_handler_AH_() {
        return sub {