rm -rf podloc && cd POD2/
Torsten Raudssus [Thu, 10 Jun 2010 14:15:08 +0000 (16:15 +0200)]
Changes
lib/POD2/DE/local/lib.pod [moved from lib/podloc/de_DE/local/lib.pod with 96% similarity]
lib/local/lib.pm

diff --git a/Changes b/Changes
index 34e58b5..138f279 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for local::lib
 
+1.006003 2010-06-10
+
+        - Added german translation right
+
 1.006002 2010-06-10
 
         - Hotfix for a search.cpan.org "Bug"
similarity index 96%
rename from lib/podloc/de_DE/local/lib.pod
rename to lib/POD2/DE/local/lib.pod
index d221814..358d566 100755 (executable)
@@ -2,9 +2,7 @@
 \r
 =head1 NAME\r
 \r
-podloc::de_DE::local::lib - Erschaffen und benutzen von Perl Modulen in einem lokalen lib/ Verzeichnis mit PERL5LIB\r
-\r
-L<Original English Translation|local::lib>\r
+local::lib - Erschaffen und benutzen von Perl Modulen in einem lokalen lib/ Verzeichnis mit PERL5LIB\r
 \r
 =head1 SYNOPSIS\r
 \r
index a5fd0cf..ee326e5 100755 (executable)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.006002'; # 1.6.2
+our $VERSION = '1.006003'; # 1.6.3
 
 our @KNOWN_FLAGS = qw(--self-contained);
 
@@ -369,8 +369,6 @@ ok(-f 't/var/splat/.modulebuildrc');
 
 local::lib - create and use a local lib/ for perl modules with PERL5LIB
 
-L<Deutsche Übersetzung|podloc::de_DE::local::lib>
-
 =head1 SYNOPSIS
 
 In code -