X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FAttribute.pm;h=bb55e8eade76228e227f185c823091d544c980e7;hb=3eb89f709f04907580b508f821d6be2316fcb65f;hp=34c0b3daa54ce3d76b11f41ca0bb6a44bc544c51;hpb=c776160203d49277d4501b76ec02ef10d306193b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Attribute.pm b/lib/Moose/Meta/Role/Attribute.pm index 34c0b3d..bb55e8e 100644 --- a/lib/Moose/Meta/Role/Attribute.pm +++ b/lib/Moose/Meta/Role/Attribute.pm @@ -7,7 +7,7 @@ use Carp 'confess'; use List::MoreUtils 'all'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '1.00'; +our $VERSION = '1.01'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Mixin::AttributeCore';