X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=b79cd67a9cdcb580e36d172f5fa035a529dda23c;hb=4957ffde85720ce3d5d3fdee493b33e397ede6af;hp=24cab90158fc66f76a324279ecb7f037b3e12a60;hpb=24351831cd9bba6bc993566324483b05bbd5d52c;p=p5sagit%2Flocal-lib.git diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 24cab90..b79cd67 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -10,7 +10,7 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008011'; # 1.8.11 +our $VERSION = '1.008016'; # 1.8.16 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all); @@ -593,7 +593,7 @@ A typical way to install local::lib is using what is known as the hasn't already installed local::lib. In this case, you'll need to install local::lib in your home directory. -If you do have administrative privileges, you will still want to set up your +Even if you do have administrative privileges, you will still want to set up your environment variables, as discussed in step 4. Without this, you would still install the modules into the system CPAN installation and also your Perl scripts will not use the lib/ path you bootstrapped with local::lib.