From: John Napiorkowski Date: Thu, 24 Jun 2010 12:16:11 +0000 (-0400) Subject: a bit more testing of parameterizing TCs that are already parameterized X-Git-Tag: 0.02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Dependent.git;a=commitdiff_plain;h=6ff726003ec93b4b9092fb95e6070bfc52002b28 a bit more testing of parameterizing TCs that are already parameterized --- diff --git a/lib/MooseX/Meta/TypeConstraint/Parameterizable.pm b/lib/MooseX/Meta/TypeConstraint/Parameterizable.pm index 4a3ef27..7b33f0f 100644 --- a/lib/MooseX/Meta/TypeConstraint/Parameterizable.pm +++ b/lib/MooseX/Meta/TypeConstraint/Parameterizable.pm @@ -95,7 +95,7 @@ around 'new' => sub { =head2 parameterize (@args) -Given a ref of type constraints, create a structured type. +Given a ref of type constraints, create a parameterized constraint =cut