[Bast-commits] r4737 - in local-lib/1.000/trunk: . lib/local

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Wed Aug 6 21:11:40 BST 2008


Author: matthewt
Date: 2008-08-06 21:11:39 +0100 (Wed, 06 Aug 2008)
New Revision: 4737

Modified:
   local-lib/1.000/trunk/Changes
   local-lib/1.000/trunk/lib/local/lib.pm
Log:
bump version for release

Modified: local-lib/1.000/trunk/Changes
===================================================================
--- local-lib/1.000/trunk/Changes	2008-08-06 18:36:01 UTC (rev 4736)
+++ local-lib/1.000/trunk/Changes	2008-08-06 20:11:39 UTC (rev 4737)
@@ -1,5 +1,7 @@
 Revision history for local::lib
 
+1.002000 2008-08-06
+        - make CPAN config reinit non-prompting but still robust
         - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
 
 1.001000 2007-09-19

Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm	2008-08-06 18:36:01 UTC (rev 4736)
+++ local-lib/1.000/trunk/lib/local/lib.pm	2008-08-06 20:11:39 UTC (rev 4737)
@@ -11,7 +11,7 @@
 use Carp ();
 use Config;
 
-our $VERSION = '1.001000'; # 1.1.0
+our $VERSION = '1.002000'; # 1.2.0
 
 sub import {
   my ($class, $path) = @_;




More information about the Bast-commits mailing list