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=0d1a075df80453f883d3329b5ff2524661d4839e;hpb=a6f9a6cd26513ba2457f5b54bab12bee84bca5a1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Attribute.pm b/lib/Moose/Meta/Role/Attribute.pm index 0d1a075..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.93_02'; +our $VERSION = '1.9900'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Mixin::AttributeCore';