git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@5309
bd8105ee-0ff8-0310-8827-fb3f25b6796d
use Carp ();
use Config;
-our $VERSION = '1.002000'; # 1.2.0
+our $VERSION = '1.003000'; # 1.2.0
sub import {
my ($class, @args) = @_;
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