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
printenv ### Hier kannst du sehen das ~/mydir1
### in der PERL5LIB Umgebungsvariable
- ### steht
+ ### steht
perl -MCPAN -e install ... ### welche Module auch immer ...
cd ../mydir2
=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
use Carp ();
use Config;
-our $VERSION = '1.006006'; # 1.6.6
+our $VERSION = '1.006007'; # 1.6.7
our @KNOWN_FLAGS = qw(--self-contained);