X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FAttribute.pm;h=3902ff8f261bc51be1f9c0f2622fec7fd32dacb8;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=4cd5743a3035137bd9de7c7c98dfba1300da76e7;hpb=45160c4b37efc1dce63d008c7a734d8250fb714c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Attribute.pm b/lib/Moose/Meta/Role/Attribute.pm index 4cd5743..3902ff8 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 = '0.99'; +our $VERSION = '1.16'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Mixin::AttributeCore';