X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=cda2d538d9538da336c8cabac8ec4fb7a2dfa8a9;hb=d5d2fbb799207b6da4a57072e42fe3617d9f91b0;hp=965fe50fe9d7ccd3964e1aeca709782c2f426429;hpb=12017b3a3337e2d8721779256512d238a358a4aa;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 965fe50..cda2d53 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.06'; +our $VERSION = '1.07'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';