In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/747b6130a9063e3d9656d6f06910fa7f17e1f986?hp=eb561242950388998df91b4885013a8156f2e874>
- Log ----------------------------------------------------------------- commit 747b6130a9063e3d9656d6f06910fa7f17e1f986 Author: Matthew Horsfall (alh) <wolfs...@gmail.com> Date: Wed Jun 11 20:10:22 2014 -0400 perldelta for 808cb9e M pod/perldelta.pod commit 4c6609d338a13d193027ef802a483e2b8d304154 Author: Matthew Horsfall (alh) <wolfs...@gmail.com> Date: Wed Jun 11 20:05:37 2014 -0400 perldelta for 30a1535 M pod/perldelta.pod commit 98b7895c403c341f5a59042767b554590bac64f0 Author: Matthew Horsfall (alh) <wolfs...@gmail.com> Date: Wed Jun 11 19:53:25 2014 -0400 perldelta for 2d8eb85 M pod/perldelta.pod commit b10906fb63d47e840aa349d3c52c6615644dda75 Author: Matthew Horsfall (alh) <wolfs...@gmail.com> Date: Wed Jun 11 19:47:14 2014 -0400 perldelta for 53cb238 M pod/perldelta.pod commit 2705070b44befe30a4157c319c93c18dc5bc01f0 Author: Matthew Horsfall (alh) <wolfs...@gmail.com> Date: Wed Jun 11 19:40:17 2014 -0400 perldelta for 8be3c4c M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4170f09..09c883f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -63,6 +63,10 @@ XXX For a release on a stable branch, this section aspires to be: If any exist, they are bugs, and we request that you submit a report. See L</Reporting Bugs> below. +=head2 C<\N{}> with a sequence of multiple spaces is now a fatal error. + +This has been deprecated since v5.18. + =head2 In double-quotish C<\cI<X>>, I<X> must now be a printable ASCII character In prior releases, failure to do this raised a deprecation warning. @@ -357,6 +361,10 @@ C<malloc>. L<[perl #121869]|https://rt.perl.org/Ticket/Display.html?id=121869> +=item * + +Clarify where C<NUL> may be embedded or is required to terminate a string. + =back =head3 L<perlhacktips> @@ -371,6 +379,27 @@ L<[perl #121431]|https://rt.perl.org/Ticket/Display.html?id=121431> =back +=head3 L<perlre> + +=over 4 + +=item * + +The C</x> modifier has been clarified to note that comments cannot be continued +onto the next line by escaping them. + +=back + +=head3 L<Unicode::UCD> + +=over 4 + +=item * + +The documentation includes many clarifications and fixes. + +=back + =head1 Diagnostics The following additions or changes have been made to diagnostic output, @@ -419,6 +448,14 @@ XXX Changes (i.e. rewording) of diagnostic messages go here =item * +<> should be quotes + +This warning has been changed to +L<< <> at require-statement should be quotes|perldiag/"<> at require-statement should be quotes" >> +to make the issue more identifiable. + +=item * + L<Unsuccessful %s on filename containing newline|perldiag/"Unsuccessful %s on filename containing newline"> This warning is now only produced when the newline is at the end of -- Perl5 Master Repository