X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=f9952508c0d4c1a27a68b39d8478a68682320dbf;hb=6e56c6e09ab419776522759fc65fb0e85af66538;hp=a684b7b771067cdbc69b4f35b79c7557f13fd63e;hpb=137beb98c387b912f8dfcb8d338bd376e481d47c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index a684b7b..f995250 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.89_01'; +our $VERSION = '0.89_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';