changed version string, updated minimum required Moose and MooseX-Types, prepping...
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Types / Structured.pm
index 8eec826..735bbce 100644 (file)
@@ -1,11 +1,12 @@
 package MooseX::Types::Structured;
 
+use 5.008;
 use Moose;
 use Moose::Util::TypeConstraints;
 use MooseX::Meta::TypeConstraint::Structured;
 use MooseX::Types -declare => [qw(Dict Tuple)];
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME
@@ -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