X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMixin%2FAttributeCore.pm;h=59313fb70005ce213a7d9b85ce51ff58e6003574;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=542c9ff9507eea00559fa311275828d2702005c1;hpb=19a330e587fbf184f16bfc650de8bc6301098170;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Mixin/AttributeCore.pm b/lib/Moose/Meta/Mixin/AttributeCore.pm index 542c9ff..59313fb 100644 --- a/lib/Moose/Meta/Mixin/AttributeCore.pm +++ b/lib/Moose/Meta/Mixin/AttributeCore.pm @@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore; use strict; use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.16'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Mixin::AttributeCore';