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=2e864d2b853efab4178983c9ca270106a00cdc81;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=d8064bba135f021c3d191e39d42456b60295ec49;hpb=e0d340ca0cd12125cabbd39e9799e4fc77c2a703;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Counter.pm b/lib/MooseX/AttributeHelpers/Trait/Counter.pm index d8064bb..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.22'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';