pod changes
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Meta / TypeCoercion / Structured.pm
index 40d5d80..2316cc4 100644 (file)
@@ -1,4 +1,5 @@
-package MooseX::Meta::TypeCoercion::Structured;
+package ## Hide from PAUSE
+ MooseX::Meta::TypeCoercion::Structured;
 
 use Moose;
 extends 'Moose::Meta::TypeCoercion';
@@ -10,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
 
@@ -35,4 +35,4 @@ it under the same terms as Perl itself.
 
 =cut
 
-1;
\ No newline at end of file
+__PACKAGE__->meta->make_immutable;
\ No newline at end of file