diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-09-20 12:04:24 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-09-21 10:01:42 +0200 |
commit | b5afd3466ff5e5b70ea2921169f138f02727183e (patch) | |
tree | 1581582fe7a415e98b8c5bfacd57da36783b74e2 /pod/perlport.pod | |
parent | a21c949457ed8dffe5096a444346d641f9a09a6e (diff) | |
download | perl-b5afd3466ff5e5b70ea2921169f138f02727183e.tar.gz |
Remove the MPE/iX port.
MPE/iX was a business-oriented minicomputer operating system made by
Hewlett-Packard. Support from HP terminated at the end of 2010.
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index ac35534c62..110c9a2b77 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1433,7 +1433,7 @@ in C<$^O> is "riscos" (because we don't like shouting). =head2 Other perls Perl has been ported to many platforms that do not fit into any of -the categories listed above. Some, such as AmigaOS, BeOS, HP MPE/iX, +the categories listed above. Some, such as AmigaOS, BeOS, QNX, Plan 9, and VOS, have been well-integrated into the standard Perl source code kit. You may need to see the F<ports/> directory on CPAN for information, and possibly binaries, for the likes of: @@ -1448,7 +1448,6 @@ in the "OTHER" category include: ------------------------------------------ Amiga DOS amigaos m68k-amigos BeOS beos - MPE/iX mpeix PA-RISC1.1 See also: @@ -1464,11 +1463,6 @@ Be OS, F<README.beos> =item * -HP 300 MPE/iX, F<README.mpeix> and Mark Bixby's web page -L<http://www.bixby.org/mark/porting.html> - -=item * - A free perl5-based PERL.NLM for Novell Netware is available in precompiled binary and source code form from L<http://www.novell.com/> as well as from CPAN. @@ -1748,11 +1742,11 @@ Not implemented. (S<Plan 9>, Win32, S<RISC OS>) =item endpwent -Not implemented. (MPE/iX, Win32) +Not implemented. (Win32) =item endgrent -Not implemented. (MPE/iX, S<RISC OS>, VMS, Win32) +Not implemented. (S<RISC OS>, VMS, Win32) =item endhostent @@ -1819,7 +1813,7 @@ numbers. (VMS) =item link -Not implemented. (MPE/iX, S<RISC OS>, VOS) +Not implemented. (S<RISC OS>, VOS) Link count not updated because hard links are not quite that hard (They are sort of half-way between hard and soft links). (AmigaOS) @@ -1893,7 +1887,7 @@ Not implemented. (Win32, VMS, S<RISC OS>) =item setgrent -Not implemented. (MPE/iX, VMS, Win32, S<RISC OS>) +Not implemented. (VMS, Win32, S<RISC OS>) =item setpgrp @@ -1905,7 +1899,7 @@ Not implemented. (Win32, VMS, S<RISC OS>, VOS) =item setpwent -Not implemented. (MPE/iX, Win32, S<RISC OS>) +Not implemented. (Win32, S<RISC OS>) =item setsockopt @@ -2316,7 +2310,7 @@ L<http://www.cpan.org/ports/index.html> for binary distributions. L<perlaix>, L<perlamiga>, L<perlbeos>, L<perlbs2000>, L<perlce>, L<perlcygwin>, L<perldgux>, L<perldos>, L<perlepoc>, L<perlebcdic>, L<perlfreebsd>, L<perlhurd>, L<perlhpux>, L<perlirix>, -L<perlmacos>, L<perlmacosx>, L<perlmpeix>, +L<perlmacos>, L<perlmacosx>, L<perlnetware>, L<perlos2>, L<perlos390>, L<perlos400>, L<perlplan9>, L<perlqnx>, L<perlsolaris>, L<perltru64>, L<perlunicode>, L<perlvms>, L<perlvos>, L<perlwin32>, and L<Win32>. |