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