Author: BINGOS
Date: Thu May  7 08:47:38 2009
New Revision: 12749

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:
Prime for CPAN release

Modified: CPANPLUS-Dist-Build/trunk/Changes
==============================================================================
--- CPANPLUS-Dist-Build/trunk/Changes   (original)
+++ CPANPLUS-Dist-Build/trunk/Changes   Thu May  7 08:47:38 2009
@@ -1,5 +1,11 @@
 Revision history for Perl extension CPANPLUS::Dist::Build.
 
+0.26 Thu May  7 16:40:26 BST 2009
+  - Integrated the t/inc/conf.pl and dummy-CPAN/ structure from
+    CPANPLUS into the testsuite. This resolves the issue where 
+    CPAN indexes were fetched and built during the tests. 
+    Spotted by Steve Hay, fixed with help from Jos Boumans.
+
 0.24 Mon Apr 27 16:55:37 BST 2009
   - Removed CPANPLUS::inc from the code as CPANPLUS-0.86 does not 
     include this now.

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        Thu May  7 
08:47:38 2009
@@ -30,7 +30,7 @@
 
 local $Params::Check::VERBOSE = 1;
 
-$VERSION = '0.24';
+$VERSION = '0.26';
 
 =pod
 
@@ -773,7 +773,7 @@
 Originally by Jos Boumans E<lt>[email protected]<gt>.  Brought to working
 condition by Ken Williams E<lt>[email protected]<gt>.
 
-Other hackery and currently maintained by Chris 'BinGOs' Williams ( no 
relation ). E<lt>[email protected]<gt>.
+Other hackery and currently maintained by Chris C<BinGOs> Williams ( no 
relation ). E<lt>[email protected]<gt>.
 
 =head1 LICENSE
 

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      Thu May 
 7 08:47:38 2009
@@ -9,7 +9,7 @@
     require Exporter;
     use vars    qw[$VERSION @ISA @EXPORT];
   
-    $VERSION    = '0.24';
+    $VERSION    = '0.26';
     @ISA        = qw[Exporter];
     @EXPORT     = qw[ BUILD_DIR BUILD ];
 }

Reply via email to