summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-12-17 10:15:25 +1100
committerTony Cook <tony@develop-help.com>2018-12-17 10:15:25 +1100
commit1ab3a811e9abd7f10efa3e82c2eb8cf7fa0a291d (patch)
treefd2595257a10427829d423a7be2bc70f27601de8
parente116fd3c4af93ab7dd81e73150965de945ba586b (diff)
downloadperl-1ab3a811e9abd7f10efa3e82c2eb8cf7fa0a291d.tar.gz
perldelta notes for Storable, EU::PXS, and sort the modules.
-rw-r--r--pod/perldelta.pod25
1 files changed, 22 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4863a5e999..8e200da3c1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -101,7 +101,27 @@ C<USE_THREAD_SAFE_LOCALE>.
=item *
-L<threads::shared> has been upgraded from version 1.58 to 1.59.
+L<ExtUtils::ParseXS> has been upgraded from version 3.39 to 3.40.
+C<OUTLIST> parameters are no longer incorrectly included in the
+automatically generated function prototype. [perl #133654]
+
+=item *
+
+L<File::Find> has been upgraded from version 1.34 to 1.35.
+C<$File::Find::dont_use_nlink> now defaults to 1 on all
+platforms. [perl #133673]
+
+=item *
+
+L<Storable> has been upgraded from version 3.13 to 3.14.
+
+Storable no longer probes for recursion limits at build time. [perl
+#133708] and others.
+
+Metasploit exploit code was included to test for CVE-2015-1992
+detection, this caused anti-virus detections on at least one AV suite.
+The exploit code has been removed and replaced with a simple
+functional test. [perl #133706]
=item *
@@ -109,8 +129,7 @@ L<Test::Simple> has been upgraded from version 1.302140 to 1.302141.
=item *
-L<File::Find> has been upgraded from 1.34 to 1.35.
-C<$File::Find::dont_use_nlink> now defaults to 1 on all platforms.
+L<threads::shared> has been upgraded from version 1.58 to 1.59.
=item *