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=19cfd3b9b772dfb1df12da97aee8417e57327f1c;hpb=bbd059cd6d8708db41702f52b2ce5b978af430e6;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Mixin/AttributeCore.pm b/lib/Moose/Meta/Mixin/AttributeCore.pm index 19cfd3b..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 = '1.00'; +our $VERSION = '1.04'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Mixin::AttributeCore';