rm -rf podloc && cd POD2/
[p5sagit/local-lib.git] / lib / local / lib.pm
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 -