X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod%2FRequired.pm;h=8a7a3556753fc2be3cb6c54a612f44c2957b7b49;hb=3543f4d4b3d568ba01455d600fbe60c6b9a8a2c0;hp=e59e8039c95e079e4959b81119f41bb6d1c5e2ba;hpb=a6f9a6cd26513ba2457f5b54bab12bee84bca5a1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Required.pm b/lib/Moose/Meta/Role/Method/Required.pm index e59e803..8a7a355 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.93_02'; +our $VERSION = '1.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';