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=34a07d2260bb1c51f825d59b80e3c98b477e2199;hb=bb8ef15197850184a45acade3e8f387fd6b63829;hp=1a32cb3d068017cfb0eea52769a3a16c19fcfd95;hpb=35312f80e118b61b735b8ce6a32a921df935319a;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 1a32cb3..34a07d2 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.19'; +our $VERSION = '1.9900'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';