X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FCounter.pm;h=3199ad21b41cce311f3dd85cf4c60c0db117c0ca;hb=e7724627674e5f80d9318fb39cf8976fbe2f837b;hp=6e9f2034e5ab7b4c6b625e838ea9954a34860c9e;hpb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;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 6e9f203..3199ad2 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.97'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';