X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMixin%2FAttributeCore.pm;h=0540386cef9d805dcc1370cf2feecedcb5274724;hb=870d0f1a40aafaeab1155cae153ac60c47cd12ec;hp=dcc5429af6acf2af4d2a1adfbf5cb1c14580090c;hpb=95d922a2fd10553fdca2e2b7f17e0cb7ab73b7b9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Mixin/AttributeCore.pm b/lib/Moose/Meta/Mixin/AttributeCore.pm index dcc5429..0540386 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.93_03'; +our $VERSION = '0.94'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Mixin::AttributeCore';