X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FCounter%2FWriter.pm;h=628ec7b0657f75927ab30acc296586a2cdcfdacd;hb=10bd99ecf3f1706d4452fa57e3f08a63b9f92a11;hp=090ec8d661fc24b3ce54d4e6c4771ababf012283;hpb=44babf1f66a06b9e1a70a0f04841439e4bc71a6a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm b/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm index 090ec8d..628ec7b 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method::Accessor::Native::Counter::Writer; use strict; use warnings; -our $VERSION = '1.13'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';