=head1 Incompatible Changes
-=item Filehandles are blessed directly into C<IO::Handle::>, as L<FileHandle/> is merely a wrapper around L<IO::Handle/>.
+=over
+=item Filehandles are blessed directly into C<IO::Handle::>, as C<FileHandle> is merely a wrapper around C<IO::Handle>.
+
+=back
=head1 Core Enhancements
XXX
Perlbug no longer reports "Message sent" when it hasn't actually sent the message
+
=back
=head1 New Documentation
The Pod specification (L<perlpodspec>) has been updated to bring the
specification in line with modern usage already supported by most Pod systems.
A parameter string may now follow the format name in a "begin/end" region.
-Links to URIs with a text description are now allowed. The usage of C<<
-L<"section"> >> has been marked as deprecated.
+Links to URIs with a text description are now allowed. The usage of
+C<LE<lt>"section"E<gt>> has been marked as deprecated.
L<if.pm|if> has been documented in L<perlfunc/use> as a means to get
conditional loading of modules despite the implicit BEGIN block around C<use>.
=back
+=back
+
=head1 Selected Bug Fixes
XXX Important bug fixes in the core language are summarised here.
is empty. The remaining scopes are due to fork() being
called from within a BEGIN block.
-=item *
-
-
-
commit 576b33a19ccaf98d4dfe201d529c55c3747f0cb6
[rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -Dusethreads