X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAugmented.pm;h=6f2688b5e64636d47b484a286061bab5a3aab4fa;hb=0c3879e855fa83153b432144307fb0e8b7e8d595;hp=cc8dc4ea31489b8d89c084e3f0c112dd43a4252e;hpb=a7fba9b3422726afb707ffd4b81cd6155a2809c1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Augmented.pm b/lib/Moose/Meta/Method/Augmented.pm index cc8dc4e..6f2688b 100644 --- a/lib/Moose/Meta/Method/Augmented.pm +++ b/lib/Moose/Meta/Method/Augmented.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Augmented; use strict; use warnings; -our $VERSION = '1.24'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';