X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FDelegation.pm;h=1bb950c3e1d92003f4a12fb390a5dcdf303528fa;hb=f9b1ab71234d11a9121de96c574ca980bbfb3eaa;hp=ae62fc17f62112c4251eab9106c2584da2bb5a14;hpb=e6fb6ad20fc8a4e61beafe5ab77d22da2eadd151;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Delegation.pm b/lib/Moose/Meta/Method/Delegation.pm index ae62fc1..1bb950c 100644 --- a/lib/Moose/Meta/Method/Delegation.pm +++ b/lib/Moose/Meta/Method/Delegation.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '0.72'; +our $VERSION = '0.74'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';