X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=23ff977ad36ed3ffb0869d6c99a1f70d0dd4a505;hb=7329b9e22f165fcc4b0f688986197ca5f7e109ff;hp=7676c0b210bfa1d08b79a4132e386cc8a1032bc2;hpb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 7676c0b..23ff977 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.69'; +our $VERSION = '0.70'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';