X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod%2FRequired.pm;h=0b43a25333b29d305c24b97d491c22d155578ef4;hb=cb5f4275cc545d6566664cbbac66e6ec5dcbca36;hp=e2da43e1b35c504c8dca4c06237b5b82c4d1ca77;hpb=118589d7a7b6bb0b6650d215f7bc8caf4d420120;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Required.pm b/lib/Moose/Meta/Role/Method/Required.pm index e2da43e..0b43a25 100644 --- a/lib/Moose/Meta/Role/Method/Required.pm +++ b/lib/Moose/Meta/Role/Method/Required.pm @@ -4,7 +4,7 @@ package Moose::Meta::Role::Method::Required; use strict; use warnings; -our $VERSION = '0.74'; +our $VERSION = '0.75'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';