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