X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod%2FRequired.pm;h=e3374553f8d5d6611f195fe0ec8b0f0b0a66f3f4;hb=30350cb4d7b4345131ed638b2b30e7d1b7b1ef4c;hp=eb106a39254815153a3e74d37b99e3f9e5ab6d30;hpb=330dbb079ab3e4ff26fb694c232b9c86b2d19161;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Required.pm b/lib/Moose/Meta/Role/Method/Required.pm index eb106a3..e337455 100644 --- a/lib/Moose/Meta/Role/Method/Required.pm +++ b/lib/Moose/Meta/Role/Method/Required.pm @@ -4,7 +4,8 @@ package Moose::Meta::Role::Method::Required; use strict; use warnings; -our $VERSION = '0.55'; +our $VERSION = '0.65'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Role::Method';