changed makefile in anticipation of new version of Moose we need to made this work
John Napiorkowski [Fri, 5 Dec 2008 21:40:07 +0000 (21:40 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index da34245..58c9b93 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for MooseX-Types-Structured
 
+0.06    06 November 2008
+        - Added a 'helper' type constraint called Optional. See docs for more.
+        - added lots of tests to cover the API better
+        - changes so that the type contraints are more forgiving when null
+          values appear in method calls.
+        
 0.05    08 November 2008
         - Fixed some wackiness in the documentation.
         
index fd5357c..03a7655 100644 (file)
@@ -8,7 +8,7 @@ author 'John Napiorkowski <jjnapiork@cpan.org>';
 license 'perl';
 
 ## Module dependencies
-requires 'Moose' => '0.61';
+requires 'Moose' => '0.62';
 requires 'MooseX::Types' => '0.07';
 
 ## Testing dependencies