X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FAttribute.pm;h=dd6496ed1227da97e60de615cade5865a3718271;hb=bb8ef15197850184a45acade3e8f387fd6b63829;hp=e153bec9291d4cd821156bb25a545f9e6a17d339;hpb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Attribute.pm b/lib/Moose/Meta/Role/Attribute.pm index e153bec..dd6496e 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.97'; +our $VERSION = '1.9900'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Mixin::AttributeCore';