X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute.pm;h=92dc684dbfb12160d8d4d37b8ca8055576ff0b80;hb=6d0815b59db07f71cdbfd978ed6f574e57e2b3ea;hp=fe6193a3e5c686e118617182c43d5f5063d4e68a;hpb=6232ef492d4ed956c63d19bba3e14e2eaf13afa9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index fe6193a..92dc684 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 = '0.92'; +our $VERSION = '0.93'; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Meta::Method::Accessor;