summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2022-06-20 14:08:08 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2022-06-20 14:08:08 -0400
commitd0d1998bbea5aacff5e88d2f0f4178cf4f9126b9 (patch)
tree5b4ee87d13b5e7c0d1ad74fbd5cb5202e55b023b
parent0ba8f92c15e61ccc64970659277b27501c669a0d (diff)
downloadperl-d0d1998bbea5aacff5e88d2f0f4178cf4f9126b9.tar.gz
perldelta: Update modules from Module::CoreList, and finalize
-rw-r--r--pod/perldelta.pod72
1 files changed, 51 insertions, 21 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 490f1268d0..85dda2ace4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -26,33 +26,45 @@ for a full list.
=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.
+=head2 Updated Modules and Pragmata
+
+=over 4
-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.)
+=item *
-[ Within each section, list entries as an =item entry ]
+L<B> has been upgraded from version 1.83 to 1.84.
-=head2 New Modules and Pragmata
+=item *
-=over 4
+L<Carp> has been upgraded from version 1.52 to 1.53.
=item *
-XXX Remove this section if not applicable.
+L<Data::Dumper> has been upgraded from version 2.184 to 2.185.
-=back
+=item *
-=head2 Updated Modules and Pragmata
+L<encoding::warnings> has been upgraded from version 0.13 to 0.14.
-=over 4
+=item *
+
+L<ExtUtils::CBuilder> has been upgraded from version 0.280236 to 0.280237.
+
+=item *
+
+L<ExtUtils::Miniperl> has been upgraded from version 1.11 to 1.12.
+
+=item *
+
+L<feature> has been upgraded from version 1.73 to 1.74.
+
+=item *
+
+L<File::Spec> has been upgraded from version 3.84 to 3.85.
+
+=item *
+
+L<FileHandle> has been upgraded from version 2.03 to 2.04.
=item *
@@ -62,19 +74,37 @@ The mmapsize() method now correctly fetches the value.
=item *
+L<Module::CoreList> has been upgraded from version 5.20220527 to 5.20220620.
+
+=item *
+
+L<ODBM_File> has been upgraded from version 1.17 to 1.18.
+
+=item *
+
+L<Opcode> has been upgraded from version 1.57 to 1.58.
+
+=item *
+
+L<POSIX> has been upgraded from version 2.03 to 2.04.
+
+=item *
+
L<SDBM_File> has been upgraded from 1.15 to 1.16.
SDBM_File now supports files over 2GB on Win32. [github #6841]
-=back
+=item *
-=head2 Removed Modules and Pragmata
+L<threads> has been upgraded from version 2.27 to 2.28.
-=over 4
+=item *
+
+L<Unicode::Normalize> has been upgraded from version 1.31 to 1.32.
=item *
-XXX
+L<XS::APItest> has been upgraded from version 1.22 to 1.23.
=back