From: Jarkko Hietaniemi Date: Thu, 22 Nov 2001 03:09:27 +0000 (+0000) Subject: Reapply perlmodinstall parts of #12897. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a74498e7e37acd5af89282863289d4ddfce2ae9c;p=p5sagit%2Fp5-mst-13.2.git Reapply perlmodinstall parts of #12897. p4raw-id: //depot/perl@13185 --- diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index ccc6cd6..504c048 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -7,10 +7,10 @@ perlmodinstall - Installing CPAN Modules You can think of a module as the fundamental unit of reusable Perl code; see L 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 +as a Perl developer at http://www.cpan.org/modules/04pause.html so that they can then upload their code to the CPAN. The CPAN is the Comprehensive Perl Archive Network and can be accessed at -http://www.perl.com/CPAN/. +http://www.cpan.org/. This documentation is for people who want to download CPAN modules and install them on their own computer. @@ -68,7 +68,7 @@ directory) and use this approach. B You can use Andreas Koenig's CPAN module -( http://www.perl.com/CPAN/modules/by-module/CPAN ) +( http://www.cpan.org/modules/by-module/CPAN ) to automate the following steps, from DECOMPRESS through INSTALL. A. DECOMPRESS