diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-19 10:00:43 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-19 10:02:41 -0400 |
commit | bb377ba23d1bb580b4141dcdf05ac5939a8bda12 (patch) | |
tree | 7ee09abcd1bf470f662d1cf2dbac71c98c02892c /pod/perlport.pod | |
parent | 25f2e8444d524c6ef7bbc568b393462ae7a14e94 (diff) | |
download | perl-bb377ba23d1bb580b4141dcdf05ac5939a8bda12.tar.gz |
First pass at updating perlport.pod with data from p5p for 5.12
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 107 |
1 files changed, 105 insertions, 2 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 41f28b17d4..80a23b5404 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -2019,9 +2019,112 @@ Not useful. (S<RISC OS>) =back -=head1 Supported Platforms +=head1 Supported Platforms (Perl 5.12) -As of July 2002 (the Perl release 5.8.0), the following platforms are + +As of _____ 20??, (The release of Perl 5.12), the following platforms are +known to build Perl from the standard source code distribution available +at http://www.cpan.org/src + + +=over + +=item Linux (x86, ARM, IA64) + +=item HP/UX + +=item AIX + +=item Win32 + +=over + +=item Windows 2000 + +=item Windows XP + +=item Windows Server 2003 + +=item Windows Vista + +=item Windows Server 2008 + +=back + +=item Solaris (x86, SPARC) + +=item OpenVMS (which versions?) + +=item Symbian + +=item NetBSD + +=item FreeBSD + +=item Haiku + +=item Irix (6.5. What else?) + +=item OpenBSD + +=item Dragonfly BSD + +=item MirOS BSD + +Caveats: + +=over + +=item time_t issues that may or may not be fixed + +=back + + +=item Symbian (Series 60 v3, 3.2 and 5 - what else?) + +=item Stratus VOS + +=item AIX + +=back + +=head1 EOL Platforms (Perl 5.12) + +The following platforms were supported by a previous version of +Perl but have been officially removed from Perl's source code +as of 5.12: + +=over + +=item Atari MiNT + +=item Apollo Domain/OS + +=item Apple Mac OS 8/9 + +=item Tenon Machten + +=back + +The following platforms may still work as of Perl 5.12, but Perl's +developers have made an explicit decision to discontinue support for +them: + +=over + +=item Windows 95 + +=item Windows 98 + +=item Windows ME + +=item Windows NT4 + +=back + +=head1 Supported Platforms (Perl 5.8) + +As of July 2002 (the Perl release 5.8.0), the following platforms were able to build Perl from the standard source code distribution available at http://www.cpan.org/src/ |