X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=f8d88b4a9493597ae8dd40ff6c56e252a45e59a3;hb=92e250b0af746085306392cd25e053f3000ca3d3;hp=23ff977ad36ed3ffb0869d6c99a1f70d0dd4a505;hpb=e2c189ae0104617a64dfc2f140a4abf05468c349;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 23ff977..f8d88b4 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.70'; +our $VERSION = '0.69_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';