In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/7b97bf55c0bdc3d23d9ded3bec0b06e3874f30c8?hp=5eabe05513a5c4b2372fe96af04305ab920fa86a>

- Log -----------------------------------------------------------------
commit 7b97bf55c0bdc3d23d9ded3bec0b06e3874f30c8
Author: Nicolas R <atoo...@cpan.org>
Date:   Thu Feb 14 12:45:20 2019 -0600

    Update Modules section for perldelta for 5.29.8
    
    List cpan & dist packages updated since v5.29.7
    and add a warning for the JSON::PP incompatible changes.

-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 8d33af6a2a..1287f07d63 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -47,6 +47,11 @@ L</Selected Bug Fixes> section.
 
 =head1 Incompatible Changes
 
+=head2 JSON::PP enable allow_nonref by default
+
+As JSON::XS 4.0 changed its policy and enabled allow_nonref
+by default, JSON::PP also enabled allow_nonref by default
+
 XXX For a release on a stable branch, this section aspires to be:
 
     There are no changes intentionally incompatible with 5.XXX.XXX
@@ -135,6 +140,19 @@ XXX Remove this section if not applicable.
 
 =item *
 
+L<Encode> has been upgraded from version 2.97 to 3.00.
+
+L<JSON::PP> has been upgraded from version 2.97001 to 4.00.
+JSON::PP as JSON::XS 4.0 enable allow_nonref by default
+
+L<Module::Load> has been upgraded from version 0.32 to 0.34.
+
+L<Net::Ping> has been upgraded from version 2.61 to 2.71.
+
+L<perlfaq> has been upgraded from version 5.20180915 to 5.20190126.
+
+L<Test::Simple> has been upgraded from version 1.302160 to 1.302162.
+
 L<XXX> has been upgraded from version A.xx to B.yy.
 
 If there was something important to note about this change, include that here.

-- 
Perl5 Master Repository

Reply via email to