From: Shawn M Moore Date: Sun, 23 Aug 2009 23:01:51 +0000 (-0400) Subject: Document length and substr, which are in the MethodProvider X-Git-Tag: 0.89_01~5^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb95da0e9e68b44422580a77c8458aab49d9552d;p=gitmo%2FMoose.git Document length and substr, which are in the MethodProvider --- diff --git a/lib/Moose/Meta/Attribute/Native/Trait/String.pm b/lib/Moose/Meta/Attribute/Native/Trait/String.pm index 861b5c7..95a48bc 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/String.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/String.pm @@ -126,6 +126,15 @@ L Sets the string to the empty string (not the value passed to C). +=item B + +L + +=item B + +L. We go to some lengths to match the different functionality +based on C's arity. + =back =head1 METHODS