X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FMeta%2FMethod%2FProvided.pm;h=51873e74eb8a407f1b3b70d9c96a6a02df5c4857;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=9700cfcb1fd0319092f42c9b298b2fe3b3816a37;hpb=9807aa669ec5b7cd1cb23d3bd9fec8ad4929eb15;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm b/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm index 9700cfc..51873e7 100644 --- a/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm +++ b/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Meta::Method::Provided; use Moose; -our $VERSION = '0.21'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';