Author: kane
Date: Sat Aug 12 14:41:01 2006
New Revision: 6791
Modified:
CPANPLUS-Dist-Build/ (props changed)
CPANPLUS-Dist-Build/trunk/Changes
CPANPLUS-Dist-Build/trunk/Makefile.PL
Log:
[EMAIL PROTECTED]: kane | 2006-08-12 23:10:34 +0200
* update dependencies
* add changes entry for 0.04
Modified: CPANPLUS-Dist-Build/trunk/Changes
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Changes (original)
+++ CPANPLUS-Dist-Build/trunk/Changes Sat Aug 12 14:41:01 2006
@@ -1,6 +1,13 @@
Revision history for Perl extension CPANPLUS::Dist::Build.
+0.04
+ - Address RT #13926: build_requires not included in prerequisites
+ - Address RT #14240 Why does it say "Params::Check" in the README
+ Description?
+ - Address RT #13937 Won't install without force because newer
+ version installed (from CPANPLUS 0.055?)
+ - Update dependency versions in Makefile.PL
+
0.03
-
- We were sending cpantesters 'pass' reports whenever --force was in
effect, which is probably not the right thing to do. [Jos Boumans]
Modified: CPANPLUS-Dist-Build/trunk/Makefile.PL
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Makefile.PL (original)
+++ CPANPLUS-Dist-Build/trunk/Makefile.PL Sat Aug 12 14:41:01 2006
@@ -7,7 +7,7 @@
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz' },
PREREQ_PM => {
'Test::More' => 0,
- 'CPANPLUS' => '0.055',
+ 'CPANPLUS' => '0.072',
'Locale::Maketext::Simple' => 0,
'Params::Check' => '0.22',
'IPC::Cmd' => '0.23',