X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FMeta%2FTypeCoercion%2FStructured.pm;h=2a8a57b70072d0a36f6c2ed6c4d7710619ebd83a;hb=8dbdca20076b8b21e23c3235ee1655d047065e6e;hp=40d5d8077ab528a3a1e647e204a201469d2aa6b8;hpb=16aea7bfdf853f258adc490b44e18e452801cae6;p=gitmo%2FMooseX-Types-Structured.git diff --git a/lib/MooseX/Meta/TypeCoercion/Structured.pm b/lib/MooseX/Meta/TypeCoercion/Structured.pm index 40d5d80..2a8a57b 100644 --- a/lib/MooseX/Meta/TypeCoercion/Structured.pm +++ b/lib/MooseX/Meta/TypeCoercion/Structured.pm @@ -1,22 +1,15 @@ -package MooseX::Meta::TypeCoercion::Structured; +package ## Hide from PAUSE + MooseX::Meta::TypeCoercion::Structured; +# ABSTRACT: MooseX::Meta::TypeCoercion::Structured - Coerce structured type constraints. use Moose; extends 'Moose::Meta::TypeCoercion'; -=head1 NAME - -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. - -=head1 METHODS - -This class defines the following methods. +structured type constraint. However requirements for the best way to allow +this are still in flux. For now this class is a placeholder. =head1 SEE ALSO @@ -24,15 +17,6 @@ The following modules or resources may be of interest. L, L -=head1 AUTHOR - -John Napiorkowski, C<< >> - -=head1 COPYRIGHT & LICENSE - -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut -1; \ No newline at end of file +__PACKAGE__->meta->make_immutable(inline_constructor => 0);