X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=a433bec0f71612dc1a8b311dd7d32b20684ea5c3;hb=e45f0a07c741bb8b8eedbbab139d245fc4cf7c4a;hp=4730b7d8d7b26c91de654d5987fa5e2515aac749;hpb=8b9106cff605d1a1d153ee669645aaf3c31b27c5;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 4730b7d..a433bec 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.67'; +our $VERSION = '0.68'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';