X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCounter%2Fset.pm;h=6b6f7a7a33b5753da06fdcbe5b5de2f92a8b4b6d;hb=aff6aafcfff96c2a91bd044e35010757feae584c;hp=e6c00bd4c0424fb2157e02d9dc2adc0c49cd70d3;hpb=efa728b4984ddf1611bc9931fbc209438459652c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm b/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm index e6c00bd..6b6f7a7 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Counter::set; use strict; use warnings; -our $VERSION = '1.15'; +our $VERSION = '1.18'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';