diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-11-29 13:17:31 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-12-14 09:22:40 +0100 |
commit | b6c36746cf4d7234615a50c042561bf21daa51a7 (patch) | |
tree | 907603ccbf4be7eedc9d6d790e0752c37171d613 /pod/perlport.pod | |
parent | 476161f6df66100c5d0786092b0320bded84031b (diff) | |
download | perl-b6c36746cf4d7234615a50c042561bf21daa51a7.tar.gz |
Remove the BeOS port.
BeOS was an operating system for personal computers developed by Be Inc,
initially for their BeBox hardware. The OS Haiku was written as an open source
replacement/continuation for BeOS, and its perl port is current and actively
maintained.
The BeOS port has not been updated since 2004.
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 1c20791852..46911e083b 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, +the categories listed above. Some, such as AmigaOS, 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: @@ -1447,7 +1447,6 @@ in the "OTHER" category include: OS $^O $Config{'archname'} ------------------------------------------ Amiga DOS amigaos m68k-amigos - BeOS beos See also: @@ -1459,10 +1458,6 @@ Amiga, F<README.amiga> (installed as L<perlamiga>). =item * -Be OS, F<README.beos> - -=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. @@ -2040,7 +2035,7 @@ is finally closed. (AmigaOS) =item utime -Only the modification time is updated. (S<BeOS>, VMS, S<RISC OS>) +Only the modification time is updated. (VMS, S<RISC OS>) May not behave as expected. Behavior depends on the C runtime library's implementation of utime(), and the filesystem being @@ -2307,7 +2302,7 @@ L<http://www.cpan.org/ports/index.html> for binary distributions. =head1 SEE ALSO -L<perlaix>, L<perlamiga>, L<perlbeos>, L<perlbs2000>, +L<perlaix>, L<perlamiga>, L<perlbs2000>, L<perlce>, L<perlcygwin>, L<perldgux>, L<perldos>, L<perlebcdic>, L<perlfreebsd>, L<perlhurd>, L<perlhpux>, L<perlirix>, L<perlmacos>, L<perlmacosx>, |