X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=137d139c7dc39fd71e77c498bc921f94fc30a7f1;hb=ae7820b1b884344a7ee90d94b484ca46459eb7b1;hp=27505400d946e0692d4cb468191991441ca658d6;hpb=c53c3ec7350a5fc4699ca6053221bc02e60d02d5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index 2750540..137d139 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -9,7 +9,7 @@ use List::MoreUtils 'any'; use Try::Tiny; use overload (); -our $VERSION = '1.05'; +our $VERSION = '1.06'; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Meta::Method::Accessor;