X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=blobdiff_plain;f=lib%2FMooseX%2FMeta%2FTypeCoercion%2FStructured.pm;h=b42eba9187317cf4d5cd3bd708a40c341c6fd573;hp=4356328eb84f05a6e167bc124a7950e16f6191e1;hb=aff0f2cd6f412bf9ca22a6aded4618051bc57fc0;hpb=59deb8586dff2cca93f750ff381ae190e628193d diff --git a/lib/MooseX/Meta/TypeCoercion/Structured.pm b/lib/MooseX/Meta/TypeCoercion/Structured.pm index 4356328..b42eba9 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 @@ -36,4 +35,4 @@ it under the same terms as Perl itself. =cut -1; \ No newline at end of file +__PACKAGE__->meta->make_immutable(inline_constructor => 0);