In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/81afb6749eaa7a7ad565d72841af4cbc610fb071?hp=fa7da8f762e62c879987edb0899100d4125a0fc8>
- Log ----------------------------------------------------------------- commit 81afb6749eaa7a7ad565d72841af4cbc610fb071 Author: Jesse Vincent <je...@bestpractical.com> Date: Mon Aug 24 16:34:29 2009 -0400 Added two removed platforms to the Perl 5.11.0 delta ----------------------------------------------------------------------- Summary of changes: pod/perl5110delta.pod | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index e7918cf..7138ad5 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -1178,6 +1178,10 @@ On Cygwin we now strip the last number from the DLL. This has been the behaviour in the cygwin.com build for years. The hints files have been updated. +=item DomainOS + +Support for Apollo DomainOS was removed in Perl 5.11.0 + =item FreeBSD The hints files now identify the correct threading libraries on FreeBSD 7 @@ -1193,6 +1197,10 @@ C<cc -E -> unfortunately goes into K&R mode, but C<cc -E file.c> doesn't. Patches from the Haiku maintainers have been merged in. Perl should now build on Haiku. +=item MiNT + +Support for Atari MiNT was removed in Perl 5.11.0. + =item MirOS BSD Perl should now build on MirOS BSD. -- Perl5 Master Repository