rm -rf podloc && cd POD2/
[p5sagit/local-lib.git] / lib / local / lib.pm
index d1d2f66..ee326e5 100755 (executable)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.006001'; # 1.6.1
+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<podloc::de_DE::local::lib|Deutsche Übersetzung>
-
 =head1 SYNOPSIS
 
 In code -