X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/c1ea5c9a3b172026c5c9a42377fea67a4e1aaeb7..33642846cd1f65854420097ae44b3c72298e44ef:/Porting/perl5200delta.pod diff --git a/Porting/perl5200delta.pod b/Porting/perl5200delta.pod index c2d9902..e597ec9 100644 --- a/Porting/perl5200delta.pod +++ b/Porting/perl5200delta.pod @@ -47,7 +47,11 @@ XXX For a release on a stable branch, this section aspires to be: =head1 Deprecations -XXX Any deprecated features, syntax, modules etc. should be listed here. +The C regular expression character class is deprecated. From perl +5.22 onwards it will generate a warning, and from perl 5.24 onwards it +be a regular expression compiler error. If you need to examine the +individual bytes that make up a UTF8-encoded character, then use +C on the string (or a copy) first. =head2 Module removals @@ -95,11 +99,9 @@ XXX XXX All changes to installed files in F, F, F and F go here. If Module::CoreList is updated, generate an initial draft of the -following sections using F, which prints stub -entries to STDOUT. Results can be pasted in place of the '=head2' entries -below. A paragraph summary for important changes should then be added by hand. -In an ideal world, dual-life modules would have a F file that could be -cribbed. +following sections using F. A paragraph summary +for important changes should then be added by hand. In an ideal world, +dual-life modules would have a F file that could be cribbed. [ Within each section, list entries as a =item entry ] @@ -373,7 +375,8 @@ L version 0.62 =item * -L version 1.301 +L. The test failures are actually due to a bug in +L version 0.003. A patch to Data::Clone has been submitted. =item * @@ -387,13 +390,10 @@ L version 0.08 L version 3.3.2 -=item - -L version 1.11 - -=item +=item * -L version 804.031 +L. The test failures are actually due to a bug in +L version 2.0108. A patch to XML::LibXML has been submitted. =back @@ -408,7 +408,7 @@ here. XXX Generate this with: - perl Porting/acknowledgements.pl v5.19.5..HEAD + perl Porting/acknowledgements.pl v5.19.11..HEAD =head1 Reporting Bugs