X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=d8cd28350223c8390c56cc2f1d5d074ce8254e4f;hb=c6e75cb33bd9fd33d777325cdc3de6d5de614263;hp=ed8a387d2301f63797e4b4c7ca5915c83c3b2301;hpb=a2baa8d462363e681a3e37ce51b42a6cabeacce2;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index ed8a387..d8cd283 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -9,7 +9,7 @@ use Class::MOP::Method::Accessor; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '0.80_01'; +our $VERSION = '0.81'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';