bump version for release
matthewt [Wed, 6 Aug 2008 20:11:39 +0000 (20:11 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@4737 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index d05421b..76f7282 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index d52c4de..06137ce 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.001000'; # 1.1.0
+our $VERSION = '1.002000'; # 1.2.0
 
 sub import {
   my ($class, $path) = @_;