X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=3acfba5b28cf1ed21f27e2b19c5d79dc02233372;hb=19a330e587fbf184f16bfc650de8bc6301098170;hp=b93e2899ff900ae001861eed5b7934cf8cf13b41;hpb=6b958a3e05db7e550590fa20f62a86a3a654f26d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index b93e289..3acfba5 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 = '1.02'; +our $VERSION = '1.03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';