diff options
author | Andreas J Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> | 2009-05-04 08:23:18 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-05-04 09:40:01 +0200 |
commit | 94fe740e5ee75e09f4ebfa2b46529c18f028f00e (patch) | |
tree | 64d9078dae06628fa41aa9c7e77126e7adcd5687 /lib/CPAN.pm | |
parent | ea6efd2c816aee1bf9f4bfc59f5bf6b604e59cc2 (diff) | |
download | perl-94fe740e5ee75e09f4ebfa2b46529c18f028f00e.tar.gz |
Update CPAN.pm to 1.93_53
Diffstat (limited to 'lib/CPAN.pm')
-rw-r--r-- | lib/CPAN.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/CPAN.pm b/lib/CPAN.pm index e7475b8db5..14243a8172 100644 --- a/lib/CPAN.pm +++ b/lib/CPAN.pm @@ -2,7 +2,7 @@ # vim: ts=4 sts=4 sw=4: use strict; package CPAN; -$CPAN::VERSION = '1.93_52'; +$CPAN::VERSION = '1.93_53'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and we would get at wrong libraries @@ -3455,8 +3455,7 @@ You will most probably also want to configure something like this: INSTALLSCRIPT=~/myperl/bin \ INSTALLBIN=~/myperl/bin" -and then (oh joy) the equivalent command for Module::Build. That would -be +and then the equivalent command for Module::Build, which is o conf mbuildpl_arg "--lib=~/myperl/lib \ --installman1dir=~/myperl/man/man1 \ |