X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FAttribute.pm;h=67c20d76da42bd7271c299c81f5cdf5c2ed48f70;hb=a538895dd79e9a74cd1ba763f77fa7d63cbab935;hp=bb55e8eade76228e227f185c823091d544c980e7;hpb=93eeffdf8ffb33cb01f6982a7be82eb604fc1e4c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Attribute.pm b/lib/Moose/Meta/Role/Attribute.pm index bb55e8e..67c20d7 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.01'; +our $VERSION = '1.02'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Mixin::AttributeCore';