From: apeiron Date: Wed, 14 Jan 2009 03:02:48 +0000 (+0000) Subject: Tiny grammar nit in the POD. X-Git-Tag: 1.006009~86 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=381738d793482a098b86e2e530c452f93325d7fe;p=p5sagit%2Flocal-lib.git Tiny grammar nit in the POD. git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@5309 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 97d7bdf..79f8476 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -11,7 +11,7 @@ use File::Path (); use Carp (); use Config; -our $VERSION = '1.002000'; # 1.2.0 +our $VERSION = '1.003000'; # 1.2.0 sub import { my ($class, @args) = @_; @@ -394,7 +394,7 @@ The idea of this feature is that will uninstall an old version of a module before installing a new one. However it lacks a safety check that the old version and the new version will go in the same directory. Used in combination with local::lib, you can potentially delete a globally accessible version of a -module while installing the new version in a local place. Only combine if "make +module while installing the new version in a local place. Only combine "make install UNINST=1" and local::lib if you understand these possible consequences. =head1 LIMITATIONS