X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=97b7d78853a95ec42b0d6a9e0db85f8efef5f3f6;hb=cacb672eae8fe9b02d53dc4e82c39091d401b4f8;hp=fc8d58b7cfaa70e2a993769d377b16d4077e44c0;hpb=8704ee6dee85a202279f1ad8c09948a2b5f13fdb;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index fc8d58b..97b7d78 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.71_02'; +our $VERSION = '0.72'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';