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=76a762d1092efe4eadaf0a8aa05bf77ebe74dabb;hpb=ba64b156a21cb587b0ce3959f8d57637996fd28a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Required.pm b/lib/Moose/Meta/Role/Method/Required.pm index 76a762d..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 = '1.07'; +our $VERSION = '1.08'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';