X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FMeta.pm;h=c34586e3c6b453ed7946ecbdb541735809e30e92;hb=0c3879e855fa83153b432144307fb0e8b7e8d595;hp=eb6742a19090ae1bcba3975f475cc4bf59ddf3ed;hpb=f60ad8bbde3d55cb002a39d74c7b6d43dd2ada65;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Meta.pm b/lib/Moose/Meta/Method/Meta.pm index eb6742a..c34586e 100644 --- a/lib/Moose/Meta/Method/Meta.pm +++ b/lib/Moose/Meta/Method/Meta.pm @@ -4,7 +4,7 @@ package Moose::Meta::Method::Meta; use strict; use warnings; -our $VERSION = '1.22'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';