From: Torsten Raudssus 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?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=7fc36986db1689d18df428d8124d495136ef06f4;hp=0f5e2f4201539cc7b958e3c26dff225b7e3e032c 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);