X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=b8db0171781c1bba5ecf940fd1f4a5f0894b4a3a;hb=baf46b9edc7dc3665c7eaf9d1684b157efb09e1a;hp=3eb8739d9217e4a6e896dbc83bc333c954e7df27;hpb=080e3614eaacadc5834631fd44ea7ec645927d14;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 3eb8739..b8db017 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.72'; +our $VERSION = '0.72_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';