This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Commit b776cec188 missed these RMG steps when preparing Module::CoreList for 5.19.11
[perl5.git] / Porting / perl5200delta.pod
index c2d9902..e597ec9 100644 (file)
@@ -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</\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<utf8::encode()> on the string (or a copy) first.
 
 =head2 Module removals
 
@@ -95,11 +99,9 @@ XXX
 
 XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
 go here.  If Module::CoreList is updated, generate an initial draft of the
-following sections using F<Porting/corelist-perldelta.pl>, 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<Changes> file that could be
-cribbed.
+following sections using F<Porting/corelist-perldelta.pl>.  A paragraph summary
+for important changes should then be added by hand.  In an ideal world,
+dual-life modules would have a F<Changes> file that could be cribbed.
 
 [ Within each section, list entries as a =item entry ]
 
@@ -373,7 +375,8 @@ L<Data::Util> version 0.62
 
 =item *
 
-L<Glib> version 1.301
+L<HTML::FormHandler>.  The test failures are actually due to a bug in
+L<Data::Clone> version 0.003.  A patch to Data::Clone has been submitted.
 
 =item *
 
@@ -387,13 +390,10 @@ L<LaTeX::Encode> version 0.08
 
 L<Mail::SpamAssassin> version 3.3.2
 
-=item
-
-L<Mouse> version 1.11
-
-=item
+=item *
 
-L<Tk> version 804.031
+L<RDF::Trine>.  The test failures are actually due to a bug in
+L<XML::LibXML> 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