[Bast-commits] r5309 - local-lib/1.000/trunk/lib/local

apeiron at dev.catalyst.perl.org apeiron at dev.catalyst.perl.org
Wed Jan 14 03:02:48 GMT 2009


Author: apeiron
Date: 2009-01-14 03:02:48 +0000 (Wed, 14 Jan 2009)
New Revision: 5309

Modified:
   local-lib/1.000/trunk/lib/local/lib.pm
Log:
Tiny grammar nit in the POD.


Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm	2009-01-14 02:38:54 UTC (rev 5308)
+++ local-lib/1.000/trunk/lib/local/lib.pm	2009-01-14 03:02:48 UTC (rev 5309)
@@ -11,7 +11,7 @@
 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 @@
 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




More information about the Bast-commits mailing list