X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCounter.pm;h=678f0f66c5d28e764f4cd74e6fcd0b9066237508;hb=fda444e70db8fa4a13c1a24dda315b506d45b839;hp=b5ded3040b6147feb3d6d0f56777a788bc650c6d;hpb=c1984b5cba19ecded4359b572d572baf13d8fc1d;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Counter.pm b/lib/MooseX/AttributeHelpers/Counter.pm index b5ded30..678f0f6 100644 --- a/lib/MooseX/AttributeHelpers/Counter.pm +++ b/lib/MooseX/AttributeHelpers/Counter.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Counter; use Moose; -our $VERSION = '0.19'; +our $VERSION = '0.20'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';