fixed up some meta stuff
John Napiorkowski [Wed, 29 Oct 2008 19:52:42 +0000 (19:52 +0000)]
Makefile.PL
lib/MooseX/Types/Structured.pm

index 37a53dd..8dccd62 100644 (file)
@@ -6,7 +6,6 @@ all_from 'lib/MooseX/Types/Structured.pm';
 abstract 'Moose Type Constraint classes for Structured Types';
 author 'John Napiorkowski <jjnapiork@cpan.org>';
 license 'perl';
-perl_version '5.008008';
 
 ## Module dependencies
 requires 'Moose' => '0.60';
index 8eec826..eff3c0c 100644 (file)
@@ -1,5 +1,6 @@
 package MooseX::Types::Structured;
 
+use 5.8.8;
 use Moose;
 use Moose::Util::TypeConstraints;
 use MooseX::Meta::TypeConstraint::Structured;
@@ -53,7 +54,7 @@ This type library enables structured type constraints. It is build on top of the
 L<MooseX::Types> library system, so you should review the documentation for that
 if you are not familiar with it.
 
-=head Comparing Parameterized types to Structured types
+=head2 Comparing Parameterized types to Structured types
 
 Parameterized constraints are built into the core Moose types 'HashRef' and
 'ArrayRef'.  Structured types have similar functionality, so their syntax is