X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FParameterizable.pm;fp=lib%2FMooseX%2FTypes%2FParameterizable.pm;h=9267ab2ef4f3eeb86efbc93968f64a10dd7ea44a;hb=85b80d5b7a2e1932352a24f8bfd88045c9cb26a9;hp=da97bfc54a5d46fd39357863fbb42b62cfb6a3f4;hpb=98d12747174fea12282d4010278978b389b5ad1e;p=gitmo%2FMooseX-Dependent.git 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.