summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-11-08 03:59:02 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-08 13:02:19 +0000
commit468f45d50549a232c40d65539180944d7cd0038b (patch)
tree431a891a5035e50464d679c1556d3a0d104f96fa
parenta93751fa40b15f424f91bba70d1533c6b4024e42 (diff)
downloadperl-468f45d50549a232c40d65539180944d7cd0038b.tar.gz
Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
Message-Id: <20011108135902.2275.qmail@plover.com> p4raw-id: //depot/perl@12898
-rw-r--r--INSTALL2
-rw-r--r--README2
-rw-r--r--README.amiga2
-rw-r--r--README.os26
-rw-r--r--README.vms2
-rw-r--r--lib/I18N/LangTags.pm2
-rw-r--r--lib/I18N/LangTags/README2
-rw-r--r--lib/Locale/Maketext/README2
-rw-r--r--win32/Makefile2
-rw-r--r--win32/makefile.mk2
10 files changed, 12 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 1ca2322684..a204e6a2b3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1408,7 +1408,7 @@ including a glossary of all those config.sh variables, is in the Porting
subdirectory. Especially Porting/Glossary should come in handy.
Ports for other systems may also be available. You should check out
-http://www.perl.com/CPAN/ports for current information on ports to
+http://www.cpan.org/ports for current information on ports to
various other operating systems.
If you plan to port Perl to a new architecture study carefully the
diff --git a/README b/README
index 28c5de8b03..d6099b20bb 100644
--- a/README
+++ b/README
@@ -86,7 +86,7 @@ I've probably changed my copy since the version you have.
The latest versions of perl are always available on the various CPAN
(Comprehensive Perl Archive Network) sites around the world.
-See <URL:http://www.perl.com/CPAN/src/>.
+See <URL:http://www.cpan.org/src/>.
Just a personal note: I want you to know that I create nice things like this
diff --git a/README.amiga b/README.amiga
index 709fcc851d..b26af0a457 100644
--- a/README.amiga
+++ b/README.amiga
@@ -202,7 +202,7 @@ and extract it with:
or get the official source from CPAN:
- http://www.perl.com/CPAN/src/5.0
+ http://www.cpan.org/src/5.0
Extract it like this
diff --git a/README.os2 b/README.os2
index 417af523d2..0b40a559a4 100644
--- a/README.os2
+++ b/README.os2
@@ -829,8 +829,8 @@ link386 prompts, press C<Ctrl-C> to exit.
You need to fetch the latest perl source (including developers
releases). With some probability it is located in
- http://www.perl.com/CPAN/src/5.0
- http://www.perl.com/CPAN/src/5.0/unsupported
+ http://www.cpan.org/src/5.0
+ http://www.cpan.org/src/5.0/unsupported
If not, you may need to dig in the indices to find it in the directory
of the current maintainer.
@@ -838,7 +838,7 @@ of the current maintainer.
Quick cycle of developers release may break the OS/2 build time to
time, looking into
- http://www.perl.com/CPAN/ports/os2/ilyaz/
+ http://www.cpan.org/ports/os2/ilyaz/
may indicate the latest release which was publicly released by the
maintainer. Note that the release may include some additional patches
diff --git a/README.vms b/README.vms
index d44cd129bf..ce6ad85c45 100644
--- a/README.vms
+++ b/README.vms
@@ -586,7 +586,7 @@ Vmsperl pages on the web include:
http://www.sidhe.org/vmsperl/index.html
http://www.crinoid.com/
http://duphy4.physics.drexel.edu/pub/cgi_info.htmlx
- http://www.perl.com/CPAN/modules/by-module/VMS/
+ http://www.cpan.org/modules/by-module/VMS/
http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/
http://www.best.com/~pvhp/vms/
http://www-ang.kfunigraz.ac.at/~binder/perl.html
diff --git a/lib/I18N/LangTags.pm b/lib/I18N/LangTags.pm
index 1a73ae49eb..81af2cd0d8 100644
--- a/lib/I18N/LangTags.pm
+++ b/lib/I18N/LangTags.pm
@@ -768,7 +768,7 @@ Continuations".
"Language Tagging in Unicode Plain Text".
* Locale::Codes, in
-C<http://www.perl.com/CPAN/modules/by-module/Locale/>
+C<http://www.cpan.org/modules/by-module/Locale/>
* ISO 639, "Code for the representation of names of languages",
C<http://www.indigo.ie/egt/standards/iso639/iso639-1-en.html>
diff --git a/lib/I18N/LangTags/README b/lib/I18N/LangTags/README
index 2ac6053016..fbae05f43d 100644
--- a/lib/I18N/LangTags/README
+++ b/lib/I18N/LangTags/README
@@ -61,7 +61,7 @@ AVAILABILITY
The latest version of I18N::LangTags is available from the
Comprehensive Perl Archive Network (CPAN). Visit
-<http://www.perl.com/CPAN/> to find a CPAN site near you.
+<http://www.cpan.org/> to find a CPAN site near you.
COPYRIGHT
diff --git a/lib/Locale/Maketext/README b/lib/Locale/Maketext/README
index dd966119d4..72c3bf3b4c 100644
--- a/lib/Locale/Maketext/README
+++ b/lib/Locale/Maketext/README
@@ -55,7 +55,7 @@ AVAILABILITY
The latest version of Locale::Maketext is available from the
Comprehensive Perl Archive Network (CPAN). Visit
-<http://www.perl.com/CPAN/> to find a CPAN site near you.
+<http://www.cpan.org/> to find a CPAN site near you.
COPYRIGHT
diff --git a/win32/Makefile b/win32/Makefile
index 91978fb4b9..5ae84c7d0f 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -94,7 +94,7 @@ USE_PERLIO = define
# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
# It has patches that fix known bugs in older versions of MSVCRT.DLL.
# This currently requires VC 5.0 with Service Pack 3 or later.
-# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/
+# Get it from CPAN at http://www.cpan.org/authors/id/D/DO/DOUGL/
# and follow the directions in the package to install.
#
# Not recommended if you have VC 6.x and you're not running Windows 9x.
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 0df2967316..bff42335d6 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -117,7 +117,7 @@ CFG *= Debug
# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler.
# It has patches that fix known bugs in older versions of MSVCRT.DLL.
# This currently requires VC 5.0 with Service Pack 3 or later.
-# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/
+# Get it from CPAN at http://www.cpan.org/authors/id/D/DO/DOUGL/
# and follow the directions in the package to install.
#
# Not recommended if you have VC 6.x and you're not running Windows 9x.