summaryrefslogtreecommitdiff
path: root/Porting
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 /Porting
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 'Porting')
-rw-r--r--Porting/pumpkin.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 44fde71970..179862d007 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -24,7 +24,7 @@ and all the various auxiliary files that are part of the distribution.
The Comprehensive Perl Archive Network (or CPAN) is the place to go.
There are many mirrors, but the easiest thing to use is probably
-http://www.perl.com/CPAN/README.html , which automatically points you to a
+http://www.cpan.org/README.html , which automatically points you to a
mirror site "close" to you.
=head2 Perl5-porters mailing list
@@ -359,7 +359,7 @@ on obtaining and running metaconfig is in the F<U/README> file
that comes with Perl's metaconfig units. Perl's metaconfig units
should be available on CPAN. A set of units that will work with
perl5.005 is in the file F<mc_units-5.005_00-01.tar.gz> under
-http://www.perl.com/CPAN/authors/id/ANDYD/ . The mc_units tar file
+http://www.cpan.org/authors/id/ANDYD/ . The mc_units tar file
should be unpacked in your main perl source directory. Note: those
units were for use with 5.005. There may have been changes since then.
Check for later versions or contact perl5-porters@perl.org to obtain a
@@ -633,7 +633,7 @@ script.
I find the F<makepatch> utility quite handy for making patches.
You can obtain it from any CPAN archive under
-http://www.perl.com/CPAN/authors/Johan_Vromans/ . There are a couple
+http://www.cpan.org/authors/Johan_Vromans/ . There are a couple
of differences between my version and the standard one. I have mine do
a
@@ -1273,7 +1273,7 @@ reflection, I'd say leave libperl.so in $archlib.
=head1 Upload Your Work to CPAN
You can upload your work to CPAN if you have a CPAN id. Check out
-http://www.perl.com/CPAN/modules/04pause.html for information on
+http://www.cpan.org/modules/04pause.html for information on
_PAUSE_, the Perl Author's Upload Server.
I typically upload both the patch file, e.g. F<perl5.004_08.pat.gz>
@@ -1281,7 +1281,7 @@ and the full tar file, e.g. F<perl5.004_08.tar.gz>.
If you want your patch to appear in the F<src/5.0/unsupported>
directory on CPAN, send e-mail to the CPAN master librarian. (Check
-out http://www.perl.com/CPAN/CPAN.html ).
+out http://www.cpan.org/CPAN.html ).
=head1 Help Save the World