From: Chris Nehren Date: Fri, 10 Dec 2010 03:28:46 +0000 (-0500) Subject: Chase M::B version for PERL_MB_OPT. Thanks, miyagawa. X-Git-Tag: 1.008004~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=176d4afb15604cbd6f5a4e8126b2af7d3645eeb8 Chase M::B version for PERL_MB_OPT. Thanks, miyagawa. --- diff --git a/Changes b/Changes index 5123875..c86f9d5 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,12 @@ Revision history for local::lib +1.007000 2010-12-09 + - Chase the Module::Build version which supports PERL_MB_OPT. Thanks to + miyagawa for pointing this out. + 1.006009 2010-12-09 - - Splitted up method guess_shelltype from parts of print_environment_vars_for + - Split up method guess_shelltype from parts of print_environment_vars_for - Updated documentation about change of use with .modulebuildrc 1.006008 2010-11-17 diff --git a/Makefile.PL b/Makefile.PL index 570e362..f2907d0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -174,7 +174,7 @@ requires 'ExtUtils::MakeMaker' => '6.31'; # version INSTALL_BASE was added requires 'ExtUtils::Install' => '1.43'; # ditto requires 'ExtUtils::CBuilder'; # this and ParseXS are needed for MB C_support requires 'ExtUtils::ParseXS'; -requires 'Module::Build' => '0.28'; # lib -> lib/perl5 change +requires 'Module::Build' => '0.36'; # PERL_MB_OPT my $required_CPAN = '1.82'; requires 'CPAN' => $required_CPAN; # sudo support + CPAN::HandleConfig