X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=1faf85cbfeb0aa453492faaf21158d13ff698768;hb=67f694add1dd6c3c8d78a7aa991e65ff71dd1395;hp=3dc30ae2bf3342790b9f759a837e28e83fe01cfe;hpb=a9ec259aa043fce1540ec54c1548875cc4d9ac04;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 3dc30ae..1faf85c 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.03'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';