X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FMeta%2FTypeCoercion%2FStructured.pm;h=2316cc44d2dada737d10603720d794aee35c6dd3;hb=574b453dd178fcc2a5d393a0633415a7a3360d6d;hp=04ea3e0cfd6de00eadd831ff9bfdb599bdf378b4;hpb=d8547fef2f451c1b92ad3bef27fa852f13ef3f18;p=gitmo%2FMooseX-Types-Structured.git diff --git a/lib/MooseX/Meta/TypeCoercion/Structured.pm b/lib/MooseX/Meta/TypeCoercion/Structured.pm index 04ea3e0..2316cc4 100644 --- a/lib/MooseX/Meta/TypeCoercion/Structured.pm +++ b/lib/MooseX/Meta/TypeCoercion/Structured.pm @@ -11,9 +11,8 @@ MooseX::Meta::TypeCoercion::Structured - Coerce structured type constraints. =head1 DESCRIPTION We need to make sure we can properly coerce the structure elements inside a -structured type constraint. - -This class is TDB once we fully understand the requirements for deep coercions. +structured type constraint. However requirements for the best way to allow +this are still in flux. For now this class is a placeholder. =head1 METHODS