X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers.pm;h=ea61f207601125313157d0988765070684110fe7;hb=9e2db1c2f1fac57b7908a080ba8c552e4ae2b59c;hp=72df79b634942ea1ba081f8c55652e68e5fe19ab;hpb=3f58c364a8760b02b72f5cb487e6c94ecdaaf363;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers.pm b/lib/MooseX/AttributeHelpers.pm index 72df79b..ea61f20 100644 --- a/lib/MooseX/AttributeHelpers.pm +++ b/lib/MooseX/AttributeHelpers.pm @@ -1,9 +1,12 @@ package MooseX::AttributeHelpers; -our $VERSION = '0.12'; +our $VERSION = '0.17'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; +use Moose 0.56 (); + use MooseX::AttributeHelpers::Meta::Method::Provided; use MooseX::AttributeHelpers::Meta::Method::Curried; @@ -122,7 +125,7 @@ Common numerical operations. Methods for incrementing and decrementing a counter attribute. -=item L +=item L Common methods for boolean values. @@ -185,6 +188,10 @@ Jason May Cory (gphat) Watson +Florian (rafl) Ragwitz + +Evan Carroll + =head1 COPYRIGHT AND LICENSE Copyright 2007, 2008 by Infinity Interactive, Inc.