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=4db79d4cc93f5a7b9e55b4252964dd278fe7940e;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=6ebfb51df79e82daaaced0a2b1dc0460fc7e3702;hpb=a88a4fdce31e54d735194add112ffc61b1b26e3f;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 6ebfb51..4db79d4 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.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';