Author: BINGOS
Date: Tue Apr 7 09:04:26 2009
New Revision: 12676
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
Log:
Update changes for CPAN release
Modified: CPANPLUS-Dist-Build/trunk/Changes
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Changes (original)
+++ CPANPLUS-Dist-Build/trunk/Changes Tue Apr 7 09:04:26 2009
@@ -1,5 +1,11 @@
Revision history for Perl extension CPANPLUS::Dist::Build.
+0.20 Tue Apr 7 17:01:47 BST 2009
+
+ - Made MI::Respository only necessary on the author-side
+ we should be installable on 5.6.* now. No other changes
+ so no need to update in core.
+
0.18 Mon Mar 30 10:03:21 BST 2009
- Amendments for the new save_state in dev CPANPLUS.
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 Tue Apr 7
09:04:26 2009
@@ -31,7 +31,7 @@
local $Params::Check::VERBOSE = 1;
-$VERSION = '0.18';
+$VERSION = '0.20';
=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 Tue Apr
7 09:04:26 2009
@@ -9,7 +9,7 @@
require Exporter;
use vars qw[$VERSION @ISA @EXPORT];
- $VERSION = '0.18';
+ $VERSION = '0.20';
@ISA = qw[Exporter];
@EXPORT = qw[ BUILD_DIR BUILD ];
}