X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-MOP.git;a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;fp=lib%2FClass%2FMOP%2FAttribute.pm;h=bf61239a02d525c9ddbeff3c7044b1013492410b;hp=26cd2fbfb67e5d346c06d8a1c0e73996ee76fac1;hb=d004c8d565f9b314da7652e9368aeb4587ffaa3d;hpb=2bba2a012a157ca701e85e603bd14d54fded96a7 diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 26cd2fb..bf61239 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 = '1.11'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';