X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FMeta%2FTypeCoercion%2FStructured.pm;h=85ce1ea7534fac695a2fc7d6700e87e41f0d4e28;hb=8b810e835ea88682b4858363749fa201e9b45126;hp=2a8a57b70072d0a36f6c2ed6c4d7710619ebd83a;hpb=8dbdca20076b8b21e23c3235ee1655d047065e6e;p=gitmo%2FMooseX-Types-Structured.git diff --git a/lib/MooseX/Meta/TypeCoercion/Structured.pm b/lib/MooseX/Meta/TypeCoercion/Structured.pm index 2a8a57b..85ce1ea 100644 --- a/lib/MooseX/Meta/TypeCoercion/Structured.pm +++ b/lib/MooseX/Meta/TypeCoercion/Structured.pm @@ -1,6 +1,6 @@ package ## Hide from PAUSE MooseX::Meta::TypeCoercion::Structured; -# ABSTRACT: MooseX::Meta::TypeCoercion::Structured - Coerce structured type constraints. +# ABSTRACT: Coerce structured type constraints. use Moose; extends 'Moose::Meta::TypeCoercion';