X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCounter.pm;h=2e864d2b853efab4178983c9ca270106a00cdc81;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=dfab450dd9b2b51c7d81da924c522ea62e70b4e6;hpb=9807aa669ec5b7cd1cb23d3bd9fec8ad4929eb15;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Counter.pm b/lib/MooseX/AttributeHelpers/Trait/Counter.pm index dfab450..2e864d2 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.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';