Author: BINGOS
Date: Sat Jun 13 01:55:44 2009
New Revision: 12827
Modified:
CPANPLUS-Dist-Build/trunk/Changes
CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm
CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm
CPANPLUS-Dist-Build/trunk/t/dummy-CPAN/modules/02packages.details.txt.gz
Log:
Fixed the 02packages.details.txt.gz file in our fake CPAN CPANPLUS-0.87_01 now
checks this file for sanity. Ours was not sane >:) Spotted by the ever vigilant
Vincent Pit.
Modified: CPANPLUS-Dist-Build/trunk/Changes
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Changes (original)
+++ CPANPLUS-Dist-Build/trunk/Changes Sat Jun 13 01:55:44 2009
@@ -1,6 +1,9 @@
Revision history for Perl extension CPANPLUS::Dist::Build.
-0.34
+0.34 Sat Jun 13 09:50:24 BST 2009
+ - Fixed the 02packages.details.txt.gz file in our fake CPAN
+ CPANPLUS-0.87_01 now checks this file for sanity. Ours
+ was not sane >:) Spotted by the ever vigilant Vincent Pit.
0.32 Mon Jun 1 21:43:52 BST 2009
- Removed generation of .output files
Modified: CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm
==============================================================================
--- CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm (original)
+++ CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build.pm Sat Jun 13
01:55:44 2009
@@ -30,7 +30,7 @@
local $Params::Check::VERBOSE = 1;
-$VERSION = '0.32';
+$VERSION = '0.34';
=pod
Modified: CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm
==============================================================================
--- CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm
(original)
+++ CPANPLUS-Dist-Build/trunk/lib/CPANPLUS/Dist/Build/Constants.pm Sat Jun
13 01:55:44 2009
@@ -9,7 +9,7 @@
require Exporter;
use vars qw[$VERSION @ISA @EXPORT];
- $VERSION = '0.32';
+ $VERSION = '0.34';
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}
Modified:
CPANPLUS-Dist-Build/trunk/t/dummy-CPAN/modules/02packages.details.txt.gz
==============================================================================
Binary files. No diff available.