X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=ea74cd36d9b514ac61ca8175c70321a3bedacc98;hb=ba64b156a21cb587b0ce3959f8d57637996fd28a;hp=137d139c7dc39fd71e77c498bc921f94fc30a7f1;hpb=ae7820b1b884344a7ee90d94b484ca46459eb7b1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index 137d139..ea74cd3 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.06'; +our $VERSION = '1.07'; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Meta::Method::Accessor;