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