X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCounter.pm;fp=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCounter.pm;h=d8064bba135f021c3d191e39d42456b60295ec49;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=dfab450dd9b2b51c7d81da924c522ea62e70b4e6;hpb=f94676b6e7d8cee4cce2832fdcf0ee3901a48387;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Counter.pm b/lib/MooseX/AttributeHelpers/Trait/Counter.pm index dfab450..d8064bb 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Counter.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Counter.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Trait::Counter; use Moose::Role; -our $VERSION = '0.21'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';