summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2018-12-18 01:03:34 +0100
committerAbigail <abigail@abigail.be>2018-12-18 01:03:34 +0100
commit2029a7cc186555c85102393a92d35d60115e1512 (patch)
tree1a4f41d448916d103d0b51c3a91dbd8aabb7ceb7
parent990f9aa00295481ed5baadd75b5fe06a04c969b8 (diff)
downloadperl-2029a7cc186555c85102393a92d35d60115e1512.tar.gz
Perldelta: New/Updated Modules for 5.29.6
-rw-r--r--pod/perldelta.pod50
1 files changed, 9 insertions, 41 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a86a0b152e..3f70975a8c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -65,37 +65,13 @@ Code optimizations in F<regcomp.c>, F<regcomp.h>, F<regexec.c>.
=head1 Modules and Pragmata
-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>. 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.
-
-The list of new and updated modules is modified automatically as part of
-preparing a Perl release, so the only reason to manually add entries here is if
-you're summarising the important changes in the module update. (Also, if the
-manually-added details don't match the automatically-generated ones, the
-release manager will have to investigate the situation carefully.)
-
-[ Within each section, list entries as an =item entry ]
-
-=head2 New Modules and Pragmata
-
-=over 4
-
-=item *
-
-XXX Remove this section if not applicable.
-
-=back
-
=head2 Updated Modules and Pragmata
=over 4
=item *
-L<Config::Perl::V>. has been upgraded from version 0.30 to 0.31. This was due
+L<Config::Perl::V>. has been upgraded from version 0.30 to 0.32. This was due
to a new configuration variable that has influence on binary compatibility:
C<USE_THREAD_SAFE_LOCALE>.
@@ -113,6 +89,14 @@ platforms. [perl #133673]
=item *
+L<Module::CoreList> has been upgraded from version 5.20181120 to 5.20181218.
+
+=item *
+
+L<POSIX> has been upgraded from version 1.85 to 1.86.
+
+=item *
+
L<Storable> has been upgraded from version 3.13 to 3.14.
Storable no longer probes for recursion limits at build time. [perl
@@ -131,22 +115,6 @@ L<Test::Simple> has been upgraded from version 1.302140 to 1.302141.
L<threads::shared> has been upgraded from version 1.58 to 1.59.
-=item *
-
-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.
-
-=back
-
-=head2 Removed Modules and Pragmata
-
-=over 4
-
-=item *
-
-XXX
-
=back
=head1 Documentation