X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=3dc30ae2bf3342790b9f759a837e28e83fe01cfe;hb=0e734d64ed657f0acb36d0ec28b6d03019405d14;hp=6dffd9b758309ab5a4d18afee5dc838c8f7ef4a1;hpb=25b3fdad7a3ace54f2ab57d24fb4a0b7af1dd8ac;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 6dffd9b..3dc30ae 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.98'; +our $VERSION = '1.03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';