summaryrefslogtreecommitdiff
path: root/pod/perlmodinstall.pod
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-11-08 13:33:18 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-08 12:49:28 +0000
commita93751fa40b15f424f91bba70d1533c6b4024e42 (patch)
tree1442611ac895495685bfc621051cf70dcb9afdab /pod/perlmodinstall.pod
parenteb649f8332a68e044311e1ac390a40e67a4d5e90 (diff)
downloadperl-a93751fa40b15f424f91bba70d1533c6b4024e42.tar.gz
replace http://www.perl.com/CPAN/ with http://www.cpan.org/
Message-Id: <20011108133318.1786.qmail@plover.com> p4raw-id: //depot/perl@12897
Diffstat (limited to 'pod/perlmodinstall.pod')
-rw-r--r--pod/perlmodinstall.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod
index 0fc359e913..ea28725620 100644
--- a/pod/perlmodinstall.pod
+++ b/pod/perlmodinstall.pod
@@ -8,9 +8,9 @@ You can think of a module as the fundamental unit of reusable Perl
code; See L<perlmod> for details. Whenever anyone creates a chunk
of Perl code that they think will be useful to the world, they
register as a Perl developer at
-http://www.perl.com/CPAN/modules/04pause.html so that they can then
+http://www.cpan.org/modules/04pause.html so that they can then
upload their code to CPAN. CPAN is the Comprehensive Perl Archive
-Network and can be accessed at http://www.perl.com/CPAN/, or searched
+Network and can be accessed at http://www.cpan.org/, or searched
via http://cpan.perl.com/ and
http://theory.uwinnipeg.ca/mod_perl/cpan-search.pl .
@@ -57,7 +57,7 @@ B<If you're on Unix,>
You can use Andreas Koenig's CPAN module
(which comes standard with Perl, or can itself be downloaded
-from http://www.perl.com/CPAN/modules/by-module/CPAN)
+from http://www.cpan.org/modules/by-module/CPAN)
to automate the following steps, from DECOMPRESS through INSTALL.
A. DECOMPRESS