X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=d3224eda3aaeccc1f46c1de6bd77f1cc4b3e7c78;hb=f65af096d1abfd83aea3cde248e6a5886aee648c;hp=bb5c8fdcf6ac5a8ec3d2d08f0c1252b609c0f102;hpb=dc6274b7cd1af3f71d51a8c22a17a563079d4f67;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index bb5c8fd..d3224ed 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.64_03'; +our $VERSION = '0.64_04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';