updated changelog in preparation for release, added immutable to files that needed...
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Meta / TypeCoercion / Structured.pm
index 40d5d80..04ea3e0 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';
@@ -35,4 +36,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