X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FCounter.pm;h=25a177738170f1ba898183590e363b0e78f2cd36;hb=45160c4b37efc1dce63d008c7a734d8250fb714c;hp=a318599fe6265f0920fdd0572a31ecfef2ee912b;hpb=2e7576bdd6c4a179beadc2d21623c6cad1d66469;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm index a318599..25a1777 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Counter.pm @@ -2,7 +2,7 @@ package Moose::Meta::Attribute::Native::MethodProvider::Counter; use Moose::Role; -our $VERSION = '0.96'; +our $VERSION = '0.99'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';