X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=8fe90b4a93f8ec1f31531527cab059928af78f13;hb=53edec17bae8aa34a398b0bd50dcd7e78e03b733;hp=1c3e4074bfd329bc8b85e1a469f2b5b61e4ecb16;hpb=eb6a53e8734dcca2af2f5deb7c8b09cab1677849;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 1c3e407..8fe90b4 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -10,7 +10,7 @@ use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; use Try::Tiny; -our $VERSION = '0.94'; +our $VERSION = '0.95'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';