From: Torsten Raudssus Date: Thu, 12 Aug 2010 21:04:45 +0000 (+0200) Subject: Pumped version, documented last undocumented method to german, updated Changes X-Git-Tag: 1.006009~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=adf315c350d17e2f931cec03be3f93d708056b63 Pumped version, documented last undocumented method to german, updated Changes --- diff --git a/Changes b/Changes index 77a127c..ab0f2af 100755 --- a/Changes +++ b/Changes @@ -1,10 +1,15 @@ Revision history for local::lib +1.006007 2010-08-12 + + - Fixing stuff so that search.cpan.org displays right + - Documented one method in all languages + 1.006006 2010-08-12 - Added portuguese translation - Several minor fixes in the documentation - - Changed methods look in documentation + - Changed methods look in documentation 1.006005 2010-07-13 diff --git a/lib/POD2/DE/local/lib.pod b/lib/POD2/DE/local/lib.pod index f36d42c..8c1b14f 100755 --- a/lib/POD2/DE/local/lib.pod +++ b/lib/POD2/DE/local/lib.pod @@ -106,7 +106,7 @@ eigenständige lib/ Umgebungen zu bekommen: printenv ### Hier kannst du sehen das ~/mydir1 ### in der PERL5LIB Umgebungsvariable - ### steht + ### steht perl -MCPAN -e install ... ### welche Module auch immer ... cd ../mydir2 @@ -261,6 +261,9 @@ als Basis Verzeichnis zu nutzen. =back +Gibt ein Hash zurück mit den Variablen die nötig sind in den Umgebungsvariablen +um eine Installation in dem gegebenen Pfad zu benutzen. + =head2 setup_env_hash_for =over 4 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 8a7633d..cbee5da 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.006006'; # 1.6.6 +our $VERSION = '1.006007'; # 1.6.7 our @KNOWN_FLAGS = qw(--self-contained);