From: Mark-Jason Dominus Date: Thu, 8 Nov 2001 08:59:02 +0000 (-0500) Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=468f45d50549a232c40d65539180944d7cd0038b;p=p5sagit%2Fp5-mst-13.2.git Re: replace perl.com/CPAN/ with http://www.cpan.org/ Message-Id: <20011108135902.2275.qmail@plover.com> p4raw-id: //depot/perl@12898 --- diff --git a/INSTALL b/INSTALL index 1ca2322..a204e6a 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 28c5de8..d6099b2 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 . +See . 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 709fcc8..b26af0a 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 417af52..0b40a55 100644 --- a/README.os2 +++ b/README.os2 @@ -829,8 +829,8 @@ link386 prompts, press 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 d44cd12..ce6ad85 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 1a73ae4..81af2cd 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 +C * ISO 639, "Code for the representation of names of languages", C diff --git a/lib/I18N/LangTags/README b/lib/I18N/LangTags/README index 2ac6053..fbae05f 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 - to find a CPAN site near you. + to find a CPAN site near you. COPYRIGHT diff --git a/lib/Locale/Maketext/README b/lib/Locale/Maketext/README index dd96611..72c3bf3 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 - to find a CPAN site near you. + to find a CPAN site near you. COPYRIGHT diff --git a/win32/Makefile b/win32/Makefile index 91978fb..5ae84c7 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 0df2967..bff4233 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.