X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=9340f352d9c2ae65f1080c4dbb8d9322aa6984e6;hb=da1bebb6a46a770cee8fe206b15998ba8db84e51;hp=7375bb984ddb8f9d14fd8d1c0070460dd3844bc2;hpb=d5c7f6383f166b200022c925d184d062ca38b054;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 7375bb9..9340f35 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.78_01'; +our $VERSION = '0.78_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';