X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAugmented.pm;h=cce62e6b59432c1181a9d6cc523efcc247ca01a1;hb=cb5f4275cc545d6566664cbbac66e6ec5dcbca36;hp=1c4aced130cdf9ad2d9cd9158d65d4045d31b87e;hpb=a3319906531cef2b41a87138e75461ced7a3394b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Augmented.pm b/lib/Moose/Meta/Method/Augmented.pm index 1c4aced..cce62e6 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 = '0.73_01'; +our $VERSION = '0.75'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';