X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FCounter.pm;h=6c1481f9b0ad448888bee32c4e8669385f14987f;hb=b6cca0d5690feec99436fe952315d5d4feeb9473;hp=8388f13330e190e54cbd8fa7e0e97338c583be9c;hpb=f5cd643bffe1280e62135a354021c22564ca2b96;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm b/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm index 8388f13..6c1481f 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm @@ -2,7 +2,7 @@ package Moose::Meta::Attribute::Native::Trait::Counter; use Moose::Role; -our $VERSION = '1.13'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';