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 /cpan/CPANPLUS-Dist-Build | |
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 'cpan/CPANPLUS-Dist-Build')
-rw-r--r-- | cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm | 2 | ||||
-rw-r--r-- | cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm b/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm index 7f992252ac..65cd03347f 100644 --- a/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm +++ b/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm @@ -30,7 +30,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; local $Params::Check::VERBOSE = 1; -$VERSION = '0.46'; +$VERSION = '0.48'; =pod diff --git a/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm b/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm index 1ac02108e4..1ca62841f4 100644 --- a/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm +++ b/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm @@ -9,7 +9,7 @@ BEGIN { require Exporter; use vars qw[$VERSION @ISA @EXPORT]; - $VERSION = '0.46'; + $VERSION = '0.48'; @ISA = qw[Exporter]; @EXPORT = qw[ BUILD_DIR BUILD ]; } |