correct URL for perlcrt.dll
Gurusamy Sarathy [Wed, 5 Aug 1998 21:46:13 +0000 (21:46 +0000)]
p4raw-id: //depot/maint-5.005/perl@1741

Changes
win32/Makefile
win32/makefile.mk

diff --git a/Changes b/Changes
index aeffcc2..85be8d5 100644 (file)
--- 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 <ilya@math.ohio-state.edu>
index f23828c..b98d1f9 100644 (file)
@@ -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
index 17c7afc..3efe59c 100644 (file)
@@ -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