X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5110delta.pod;h=5baa480d06da5afa77cef382c8fad6ea2ff804c2;hb=3c9fc726db1b014d0e1e8519e11710aa7e073d8a;hp=3e678aaf7ed2d1e21e2f26ddf09c001ec12b4f63;hpb=038a586626ed63b3453153a0a8717c2181b02c09;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 3e678aa..5baa480 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -1057,18 +1057,12 @@ generated at build time, rather than being shipped as part of the release. =head2 Documented that when() treats specially most of the filetest operators -=head2 Documented that DESTROY is subject to AUTOLOAD, and the related optimisations. - =head2 Documented when as a syntax modifier =head2 Eliminated "Old Perl threads tutorial", which describes 5005 threads. pod/perlthrtut.pod is the same material reworked for ithreads. -=head2 Removed a link to the attrs pragma, which has now been removed. - -=head2 update PERL_MEM_LOG in perlhack.pod - =head2 Correct previous documentation: v-strings are not deprecated With version objects, we need them to use MODULE VERSION syntax. This @@ -1307,12 +1301,12 @@ Under some circumstances, C<$^R> could incorrectly become undefined =item * -(XS) In various hash functions, passing a pre-computed hash to when the -key is UTF-8 might result in an incorrect lookup. +In the XS API, various hash functions, when passed a pre-computed hash where +the key is UTF-8, might result in an incorrect lookup. =item * -(XS) Including F before F gave a compile-time error +XS code including F before F gave a compile-time error [RT #57176]. =item *