diff options
author | Gurusamy Sarathy <gsar@engin.umich.edu> | 1997-07-26 18:56:48 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-08-07 00:00:00 +1200 |
commit | f7c603cbfba7c97f77e257c42aa119ffdb47fe1e (patch) | |
tree | 7de06d684493c760d3620686d47b90891e21de35 /pod | |
parent | 0551aaa8f66eb12adb34e496ae8608b54066193c (diff) | |
download | perl-f7c603cbfba7c97f77e257c42aa119ffdb47fe1e.tar.gz |
minor win32 scribbles
This patch updates the Config.pm templates to have more
reasonable entries.
Credited: Hugo van der Sanden <hv@crypt.compulink.co.uk>
p5p-msgid: 199707262307.TAA28410@aatma.engin.umich.edu
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4c944825bb..bfa57c0217 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -705,7 +705,8 @@ Support for the following operating systems is new in Perl 5.004. Perl 5.004 now includes support for building a "native" perl under Windows NT, using the Microsoft Visual C++ compiler (versions 2.0 -and above). The resulting perl can be used under Windows 95 (if it +and above) or the Borland C++ compiler (versions 5.02 and above). +The resulting perl can be used under Windows 95 (if it is installed in the same directory locations as it got installed in Windows NT). This port includes support for perl extension building tools like L<MakeMaker> and L<h2xs>, so that many extensions @@ -719,8 +720,6 @@ Cygwin32 is a set of GNU tools that make it possible to compile and run many UNIX programs under Windows NT by providing a mostly UNIX-like interface for compilation and execution. See L<README.cygwin32> for more details on this port, and how to obtain the Cygwin32 toolkit. -This port has not been as well tested as the "native" port described -above (which is not as well tested as we'd like either :) =head2 Plan 9 |