From: Florian Ragwitz Date: Mon, 1 Mar 2010 03:00:32 +0000 (+0100) Subject: Bum the Getopt::Long::Descriptive dependency to 0.081 in an attempt to avoid test... X-Git-Tag: 0.27~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=2a7ee26b6021ecce1cd25dd3bd9d2795a1afd56d Bum the Getopt::Long::Descriptive dependency to 0.081 in an attempt to avoid test failures. --- diff --git a/ChangeLog b/ChangeLog index 5559c5d..bceac93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX-Getopt + * Makefile.PL: + - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to + avoid test failures. + * MooseX::Getopt::Dashes - Document that using a cmd_flag argument to attributes can be used to override the tr/_/-/ replacement ::Dashes does on attribute names diff --git a/Makefile.PL b/Makefile.PL index d3b9e47..5caf5f4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ requires 'Moose' => '0.56'; requires 'Getopt::Long' => '2.37'; # optional -requires 'Getopt::Long::Descriptive' => '0.077'; +requires 'Getopt::Long::Descriptive' => '0.081'; build_requires 'Test::Moose'; build_requires 'Test::More' => '0.62';