X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCounter.pm;h=f2c222f77fba374b53ca8e77e69b0fb2bc715ae9;hb=fda444e70db8fa4a13c1a24dda315b506d45b839;hp=36a69a898247c6664b63c54a7a90984b156d0ada;hpb=c1984b5cba19ecded4359b572d572baf13d8fc1d;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Counter.pm b/lib/MooseX/AttributeHelpers/Trait/Counter.pm index 36a69a8..f2c222f 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.19'; +our $VERSION = '0.20'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';