X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCounter.pm;h=8437bcb0104064b74895bfb4b481bff7582aeaa8;hb=1899eeaabbc3bd1506fcac0a02bc8bfb394089af;hp=349577d380c74ca86c17f7d78dd8c7f2410cfbe0;hpb=1ccccb1f899425f1da631506c0a8370df9419e5c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Counter.pm b/lib/MooseX/AttributeHelpers/Counter.pm index 349577d..8437bcb 100644 --- a/lib/MooseX/AttributeHelpers/Counter.pm +++ b/lib/MooseX/AttributeHelpers/Counter.pm @@ -2,7 +2,8 @@ package MooseX::AttributeHelpers::Counter; use Moose; -our $VERSION = '0.11'; +our $VERSION = '0.12_01'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::MethodProvider::Counter; @@ -128,7 +129,7 @@ Set the counter to the specified value. =item I -Increments the value stored in this slot by 1.Providing an argument will +Increments the value stored in this slot by 1. Providing an argument will cause the counter to be increased by specified amount. =item I