From: John Napiorkowski Date: Fri, 5 Dec 2008 21:40:07 +0000 (+0000) Subject: changed makefile in anticipation of new version of Moose we need to made this work X-Git-Tag: 0.06~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=dd8c991f0a701c7d11ce331b51328c038d45efb2 changed makefile in anticipation of new version of Moose we need to made this work --- diff --git a/Changes b/Changes index da34245..58c9b93 100644 --- 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. diff --git a/Makefile.PL b/Makefile.PL index fd5357c..03a7655 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ author 'John Napiorkowski '; license 'perl'; ## Module dependencies -requires 'Moose' => '0.61'; +requires 'Moose' => '0.62'; requires 'MooseX::Types' => '0.07'; ## Testing dependencies