From: matthewt Date: Wed, 6 Aug 2008 20:11:39 +0000 (+0000) Subject: bump version for release X-Git-Tag: 1.006009~88 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f66e06d336334396e4f0cb579a28172498d6d9af;p=p5sagit%2Flocal-lib.git bump version for release git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@4737 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index d05421b..76f7282 100644 --- 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 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index d52c4de..06137ce 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -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) = @_;