X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers.pm;h=225f3a80da306745546e6f6e542c2674fbda240f;hb=18d43c2c0d8aca2fd61b44cfc0a041788616895f;hp=72df79b634942ea1ba081f8c55652e68e5fe19ab;hpb=3f58c364a8760b02b72f5cb487e6c94ecdaaf363;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers.pm b/lib/MooseX/AttributeHelpers.pm index 72df79b..225f3a8 100644 --- a/lib/MooseX/AttributeHelpers.pm +++ b/lib/MooseX/AttributeHelpers.pm @@ -1,7 +1,7 @@ package MooseX::AttributeHelpers; -our $VERSION = '0.12'; +our $VERSION = '0.13'; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::Meta::Method::Provided; @@ -122,7 +122,7 @@ Common numerical operations. Methods for incrementing and decrementing a counter attribute. -=item L +=item L Common methods for boolean values.