X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=29425c1647be1537e0969d3c04886c5419b989de;hb=06ea51c77e19bd6d13206e4a5423cf5cd5108267;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..29425c1 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.01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';