diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-22 03:09:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-22 03:09:27 +0000 |
commit | a74498e7e37acd5af89282863289d4ddfce2ae9c (patch) | |
tree | 26647f21898679a2585e830133b390bc5802ab2a /pod | |
parent | b3539c74f8792e5b6cd751bc81b0916c44ee6648 (diff) | |
download | perl-a74498e7e37acd5af89282863289d4ddfce2ae9c.tar.gz |
Reapply perlmodinstall parts of #12897.
p4raw-id: //depot/perl@13185
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlmodinstall.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index ccc6cd6436..504c048cbb 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<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 +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<If you're on a Unix or Linux system,> 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 |