diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2001-11-08 03:59:02 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-08 13:02:19 +0000 |
commit | 468f45d50549a232c40d65539180944d7cd0038b (patch) | |
tree | 431a891a5035e50464d679c1556d3a0d104f96fa /win32 | |
parent | a93751fa40b15f424f91bba70d1533c6b4024e42 (diff) | |
download | perl-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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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. |