From: Gurusamy Sarathy Date: Wed, 5 Aug 1998 21:46:13 +0000 (+0000) Subject: correct URL for perlcrt.dll X-Git-Tag: perl-5.005_02~18 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b89743e800129adf9c935ed591ee8652c473d0cc correct URL for perlcrt.dll p4raw-id: //depot/maint-5.005/perl@1741 --- diff --git a/Changes b/Changes index aeffcc2..85be8d5 100644 --- a/Changes +++ b/Changes @@ -78,6 +78,11 @@ Version 5.005_02 Second maintenance release of 5.005 (trial2) ---------------- ____________________________________________________________________________ +[ 1740] By: gsar on 1998/08/05 10:05:46 + Log: update Changes, patchlevel, tweak Liblist.pm + Branch: maint-5.005/perl + ! Changes lib/ExtUtils/Liblist.pm patchlevel.h +____________________________________________________________________________ [ 1739] By: gsar on 1998/08/05 09:10:45 Log: newer cperl-mode.el From: Ilya Zakharevich diff --git a/win32/Makefile b/win32/Makefile index f23828c..b98d1f9 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -51,7 +51,8 @@ INST_VER = \5.00502 # # uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. # Highly recommended. It has patches that fix known bugs in MSVCRT.DLL. -# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/ +# This currently requires VC 5.0 with Service Pack 3. +# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/ # and follow the directions in the package to install. # #USE_PERLCRT = define diff --git a/win32/makefile.mk b/win32/makefile.mk index 17c7afc..3efe59c 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -59,7 +59,8 @@ CCTYPE *= BORLAND # # uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. # Highly recommended. It has patches that fix known bugs in MSVCRT.DLL. -# Get it from CPAN at http://www.perl.com/authors/id/D/DO/DOUGL/ +# This currently requires VC 5.0 with Service Pack 3. +# Get it from CPAN at http://www.perl.com/CPAN/authors/id/D/DO/DOUGL/ # and follow the directions in the package to install. # #USE_PERLCRT *= define