diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-17 16:26:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-17 16:26:34 +0000 |
commit | 811b48f27d947e93c43db1c396dd6128aaf61016 (patch) | |
tree | 14cfee9c3de042ef4ac9c51240ee5491628a9f1c /pod/perlport.pod | |
parent | cc3f2df3736316d2061a5c4e33609c58b869899c (diff) | |
download | perl-811b48f27d947e93c43db1c396dd6128aaf61016.tar.gz |
DJGPP reclaimed.
p4raw-id: //depot/perl@17604
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 82551ff1d3..fffb1bc1d5 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -2077,6 +2077,7 @@ available at http://www.cpan.org/src/index.html BeOS Cygwin DG/UX + DOS DJGPP 1) DYNIX/ptx EPOC R5 FreeBSD @@ -2104,12 +2105,13 @@ available at http://www.cpan.org/src/index.html UNICOS/mk UTS VOS - Win95/98/ME/2K/XP 1) + Win95/98/ME/2K/XP 2) WinCE z/OS (OS/390) VM/ESA - 1) compilers: Borland, MinGW (GCC), VC6 + 1) in DOS mode either the DOS or OS/2 ports can be used + 2) compilers: Borland, MinGW (GCC), VC6 The following platforms worked with the previous releases (5.6 and 5.7), but we did not manage either to fix or to test these in time @@ -2131,12 +2133,6 @@ Known to be broken for 5.8.0 (but 5.6.1 and 5.7.2 can be used): AmigaOS -Known to be broken for 5.8.0 (but 5.6.1 and 5.7.3 can be used): - - DOS DJGPP 1) - - 1) in DOS mode either the DOS or OS/2 ports can be used - The following platforms have been known to build Perl from source in the past (5.005_03 and earlier), but we haven't been able to verify their status for the current release, either because the |