summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-12-20 21:42:04 +0000
committerNeil Bowers <neilb@neilb.org>2021-12-20 21:42:04 +0000
commit234aaa3457ede243e54724eca5a1fe2f52f5d4a5 (patch)
tree04f8df4f8008395c7c19a394f031a47b501f6667
parent498b67b9f2fce52e4cfa33fb27177366043652e2 (diff)
downloadperl-234aaa3457ede243e54724eca5a1fe2f52f5d4a5.tar.gz
Updated perldelta with changes to core modules
-rw-r--r--pod/perldelta.pod70
1 files changed, 47 insertions, 23 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index acd3cf473e..9bc1f8a85c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -39,49 +39,73 @@ For more information, see the L<builtin> module.
=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.)
+=head2 Updated Modules and Pragmata
-[ Within each section, list entries as an =item entry ]
+=over 4
-=head2 New Modules and Pragmata
+=item *
-=over 4
+L<B::Deparse> has been upgraded from version 1.59 to 1.60.
=item *
-XXX Remove this section if not applicable.
+L<CPAN> has been upgraded from version 2.28 to 2.29.
+This was part of the fixes for
+L<CPAN vulnerabilities related to checksums|http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html>.
-=back
+=item *
-=head2 Updated Modules and Pragmata
+L<ExtUtils::MakeMaker> has been upgraded from version 7.62 to 7.64.
+This has fixes for OS390, documentation fixes, and some minor enhancements.
-=over 4
+=item *
+
+L<File::Compare> has been upgraded from version 1.1006 to 1.1007.
=item *
-L<XXX> has been upgraded from version A.xx to B.yy.
+L<File::Copy> has been upgraded from version 2.37 to 2.38.
-If there was something important to note about this change, include that here.
+=item *
-=back
+L<File::Spec> has been upgraded from version 3.82 to 3.83.
-=head2 Removed Modules and Pragmata
+=item *
-=over 4
+L<Hash::Util> has been upgraded from version 0.26 to 0.27.
+
+=item *
+
+L<Hash::Util::FieldHash> has been upgraded from version 1.23 to 1.24.
+
+=item *
+
+L<IO> has been upgraded from version 1.48 to 1.49.
+
+=item *
+
+L<JSON::PP> has been upgraded from version 4.06 to 4.07.
+
+=item *
+
+L<Math::BigInt> has been upgraded from version 1.999827 to 1.999828.
+This:
+adds new methods numerator(), denominator(), and fparts();
+includes a bug fix in to_ieee754();
+and fixes some typos.
+
+=item *
+
+L<Module::CoreList> has been upgraded from version 5.20211120 to 5.20211220.
+
+=item *
+
+L<Opcode> has been upgraded from version 1.54 to 1.55.
=item *
-XXX
+L<overload> has been upgraded from version 1.33 to 1.34.
=back