From: Torsten Raudssus <torsten@metaluna4.de>
Date: Thu, 10 Jun 2010 01:45:22 +0000 (+0200)
Subject: Updated Changes and version
X-Git-Tag: 1.006009~25
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fc36986db1689d18df428d8124d495136ef06f4;p=p5sagit%2Flocal-lib.git

Updated Changes and version
---

diff --git a/Changes b/Changes
index 7bb5202..34e58b5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for local::lib
 
+1.006002 2010-06-10
+
+        - Hotfix for a search.cpan.org "Bug"
+
 1.006001 2010-06-10
 
         - Added german translation
diff --git a/lib/local/lib.pm b/lib/local/lib.pm
index 7f1d406..a5fd0cf 100755
--- a/lib/local/lib.pm
+++ b/lib/local/lib.pm
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.006001'; # 1.6.1
+our $VERSION = '1.006002'; # 1.6.2
 
 our @KNOWN_FLAGS = qw(--self-contained);