X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMixin%2FAttributeCore.pm;h=cdd12502f63b14c29afd00018d0f945b5488dc13;hb=40290d18183d44ddbb0f4fdd2f75ffb7955bbfcf;hp=1e6f00479c6a28245f09e079f241e88c91d9009b;hpb=4bf82ce13be926eca01d6b8f07b46625a98a56fa;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Mixin/AttributeCore.pm b/lib/Moose/Meta/Mixin/AttributeCore.pm index 1e6f004..cdd1250 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 = '0.98'; +our $VERSION = '1.04'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Mixin::AttributeCore';