From: John Napiorkowski Date: Fri, 25 Jun 2010 15:57:39 +0000 (-0400) Subject: more doc fixes X-Git-Tag: 0.04 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Dependent.git;a=commitdiff_plain;h=85b80d5b7a2e1932352a24f8bfd88045c9cb26a9 more doc fixes --- diff --git a/lib/MooseX/Types/Parameterizable.pm b/lib/MooseX/Types/Parameterizable.pm index da97bfc..9267ab2 100644 --- a/lib/MooseX/Types/Parameterizable.pm +++ b/lib/MooseX/Types/Parameterizable.pm @@ -236,7 +236,7 @@ when you say, "as Parameterizable[..." in your sub type declaration. For exampl }, message { "'$_' is too long" }; -This is the example, which creates a new parameterizable subtype of +This is the L example, which creates a new parameterizable subtype of Str which takes a single type parameter which must be an Int. This Int is used to constrain the allowed length of the Str value.