diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-29 09:49:11 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-29 09:49:11 +0100 |
commit | f5c343532340a3f399a8f7efe4d4d125c3e668b2 (patch) | |
tree | b23f779b82a58d1d8f87323f69c67f2787905dd9 /Porting | |
parent | 2f07f21a4449d389a4eeb1391c99d2d0b1d7fbf5 (diff) | |
download | perl-f5c343532340a3f399a8f7efe4d4d125c3e668b2.tar.gz |
Update CPANPLUS-Dist-Build to CPAN version 0.50
[DELTA]
0.50 Thu Oct 28 23:02:19 BST 2010
- We clear the relevant env vars that effect Module::Build
during the 'install' test. local::lib and cpanm set these.
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 c59b2870d6..a9b0a85759 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -421,7 +421,7 @@ use File::Glob qw(:case); 'CPANPLUS::Dist::Build' => { 'MAINTAINER' => 'bingos', - 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.48.tar.gz', + 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.50.tar.gz', 'FILES' => q[cpan/CPANPLUS-Dist-Build], 'EXCLUDED' => [ qr{^inc/}, qw{ t/99_pod.t |