From: Jesse Luehrs Date: Tue, 23 Jun 2009 12:45:57 +0000 (-0500) Subject: mention a few more method providers in the main docs X-Git-Tag: 0.20~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46ff42eb38183d5af6f9314ca45d1c00f55d4f9a;p=gitmo%2FMooseX-AttributeHelpers.git mention a few more method providers in the main docs --- diff --git a/lib/MooseX/AttributeHelpers.pm b/lib/MooseX/AttributeHelpers.pm index 468d3b6..5bd8b64 100644 --- a/lib/MooseX/AttributeHelpers.pm +++ b/lib/MooseX/AttributeHelpers.pm @@ -131,6 +131,10 @@ passed to the final method. Common numerical operations. +=item L + +Common methods for string operations. + =item L Methods for incrementing and decrementing a counter attribute. @@ -143,6 +147,10 @@ Common methods for boolean values. Common methods for hash references. +=item L + +Common methods for inspecting hash references. + =item L Common methods for array references.