X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5110delta.pod;h=3e678aaf7ed2d1e21e2f26ddf09c001ec12b4f63;hb=038a586626ed63b3453153a0a8717c2181b02c09;hp=3db6f2ebcd3535db5df36c4ae6c3bdc7e5b2785a;hpb=76e3c4a89555961a9fb37494c7f487da747ea57d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 3db6f2e..3e678aa 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME perl5110delta - what is new for perl v5.11.0 @@ -276,7 +278,7 @@ Some support for DTrace has been added. See "DTrace support" in F. =head2 Support for C in CPAN module metadata Both C and C now support the C keyword -in the C metadata file included in most recent CPAN distributions. +in the F metadata file included in most recent CPAN distributions. This allows distribution authors to specify configuration prerequisites that must be installed before running F or F. @@ -991,7 +993,7 @@ subroutine stubs. =item F -F now uses %Module::CoreList::bug_tracker to print out upstream bug +F now uses C<%Module::CoreList::bug_tracker> to print out upstream bug tracker URLs. Where the user names a module that their bug report is about, and we know the @@ -1176,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 @@ -1191,6 +1197,10 @@ C unfortunately goes into K&R mode, but 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. @@ -1236,9 +1246,9 @@ C now detects Unix compatibility mode on VMS. =over 4 -=item +=item * -=item C<-I> on shebang line now adds directories in front of @INC. +C<-I> on shebang line now adds directories in front of @INC. as documented, and as does C<-I> when specified on the command-line. (Renée Bäcker) @@ -1281,7 +1291,7 @@ arguments [RT #59998]. =item * -The C<-i.suffix> command-line switch now recreates the file using +The C<-i>I<.suffix> command-line switch now recreates the file using restricted permissions, before changing its mode to match the original file. This eliminates a potential race condition [RT #60904]. @@ -1292,7 +1302,7 @@ On some UNIX systems, the value in C<$?> would not have the top bit set =item * -Under some circumstances, $^R could incorrectly become undefined +Under some circumstances, C<$^R> could incorrectly become undefined [RT #57042]. =item *