diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-09-05 15:23:24 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-09-05 15:24:39 +0100 |
commit | 8e7870e793b7ed3fb14a2fd89a50e51657403695 (patch) | |
tree | e51d346797f0b1b522a2392c700da4faf9e0a1d2 /Porting | |
parent | b3364d989906ac4625608c0ff3bcfdad7e989cb7 (diff) | |
download | perl-8e7870e793b7ed3fb14a2fd89a50e51657403695.tar.gz |
Update CPANPLUS-Dist-Build to CPAN version 0.48
[DELTA]
0.48 Sun Sep 5 15:14:17 BST 2010
- Explicitly set the location of cpanp-run-perl when under PERL_CORE
in t/inc/conf.pl
- Make sure we find cpanp-run-perl in ../../utils when PERL_CORE
- Correct spelling in POD, pointed out by H.Merijn Brand
These changes have already been in blead for a while, the CPAN release
brings CPAN and blead into sync
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 052b4ac6c3..13efb28d40 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -422,7 +422,7 @@ use File::Glob qw(:case); 'CPANPLUS::Dist::Build' => { 'MAINTAINER' => 'bingos', - 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.46.tar.gz', + 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.48.tar.gz', 'FILES' => q[cpan/CPANPLUS-Dist-Build], 'EXCLUDED' => [ qr{^inc/}, qw{ t/99_pod.t |