X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCounter%2Fdec.pm;h=2870175005aaffe3c9ac62489a4115bdd0690ade;hb=f0b2e5673e864903e74a429565d0c57b69a60b95;hp=3e7bd3674976ca5249b89d12e5c8a0a05eaaf65a;hpb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm b/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm index 3e7bd36..2870175 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Counter::dec; use strict; use warnings; -our $VERSION = '1.16'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';