Version 0.17.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Counter.pm
index 7efbb51..38d9875 100644 (file)
@@ -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<inc>
 
-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<dec>