X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod%2FRequired.pm;h=83e8151bcd8d646f144dd63b0165eb3a546ffc53;hb=72643035d73124e0b4ef7a8335cdc4f793732b5a;hp=b85ddf37ea40ffb34df08cac1264f0a3f38d15eb;hpb=4bf82ce13be926eca01d6b8f07b46625a98a56fa;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Required.pm b/lib/Moose/Meta/Role/Method/Required.pm index b85ddf3..83e8151 100644 --- a/lib/Moose/Meta/Role/Method/Required.pm +++ b/lib/Moose/Meta/Role/Method/Required.pm @@ -10,7 +10,7 @@ use overload '""' => sub { shift->name }, # stringify to method name use base qw(Class::MOP::Object); -our $VERSION = '0.98'; +our $VERSION = '1.08'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';