X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCounter.pm;h=38d98751e03bcbca082ab86c685d2183be3f1db8;hb=refs%2Ftags%2F0.17;hp=7efbb51bc98e300812bc75d0c99775448b5db015;hpb=eef0ea50d49816a68fce54dbb8162926e90d0074;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Counter.pm b/lib/MooseX/AttributeHelpers/Counter.pm index 7efbb51..38d9875 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.03'; +our $VERSION = '0.17'; +$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