X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCounter%2Finc.pm;h=97197d5419fe67eae17eddbb86d6142fab60c14c;hb=0c3879e855fa83153b432144307fb0e8b7e8d595;hp=5109820818bba7b775f4be611753e3449efa4fb8;hpb=a7fba9b3422726afb707ffd4b81cd6155a2809c1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm b/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm index 5109820..97197d5 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Counter::inc; use strict; use warnings; -our $VERSION = '1.24'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';