From: Rafael Garcia-Suarez Date: Fri, 27 Sep 2002 13:52:18 +0000 (+0200) Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ddc4af4d75ced82687c55523359d34e747e49d0;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17940 --- diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm index 4199d9d..60b0aa1 100644 --- a/lib/Attribute/Handlers.pm +++ b/lib/Attribute/Handlers.pm @@ -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 {