diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2010-01-25 10:51:13 +0000 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2010-01-25 10:51:13 +0000 |
commit | c1197786c976cdde68b8ee05dc5b15677b02e7f4 (patch) | |
tree | 1bc54b9fbeb10e71bc147ac36d494ef12d6f29b0 /Porting | |
parent | bdbb64c22f35e0b11cf29ddb2597039baf475c01 (diff) | |
download | perl-c1197786c976cdde68b8ee05dc5b15677b02e7f4.tar.gz |
Update CPANPLUS::Dist::Build to cpan version 0.46
Extract from Changes file
=========================
0.46 Sat Jan 23 07:52:19 GMT 2010
- actually make the prereq resolving fallback to _build/ querying
if the 'prereq_data' action fails. *facepalm*
Resolves an issue in prereq resolution where the failure of using
'Build prereq_data' would not fallback to querying _build/ data.
Highlighted by EekBoek distribution which bundled an older version of
Module::Build.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 8198cabd34..b9bc394dbc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -444,7 +444,7 @@ use File::Glob qw(:case); 'CPANPLUS::Dist::Build' => { 'MAINTAINER' => 'bingos', - 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.44.tar.gz', + 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.46.tar.gz', 'FILES' => q[cpan/CPANPLUS-Dist-Build], 'EXCLUDED' => [ qr{^inc/}, qw{ t/99_pod.t |