From: Tomas Doran Date: Sat, 5 Sep 2009 08:27:45 +0000 (+0100) Subject: Bump GLD required version X-Git-Tag: 0.22~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38b93252f56d60342f03d811bf1565b23eac7e3a;p=gitmo%2FMooseX-Getopt.git Bump GLD required version --- diff --git a/ChangeLog b/ChangeLog index 2817705..7049377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ Revision history for Perl extension MooseX-Getopt -0.22 +0.22 Sat. Sept 05 2009 + - Require GLD 0.077 for RT#49427 as some versions are broken + * MooseX::Getopt - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support) and MooseX::Getopt::GLD. diff --git a/Makefile.PL b/Makefile.PL index af72d8c..fde9f62 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; +requires 'Getopt::Long::Descriptive' => '0.077'; build_requires 'Test::Moose'; build_requires 'Test::More' => '0.62';