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=f2c222f77fba374b53ca8e77e69b0fb2bc715ae9;hpb=fda444e70db8fa4a13c1a24dda315b506d45b839;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Counter.pm b/lib/MooseX/AttributeHelpers/Trait/Counter.pm index f2c222f..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.20'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';