Skip to content

Commit

Permalink
Updated perldelta with changes to core modules
Browse files Browse the repository at this point in the history
  • Loading branch information
neilb committed Dec 20, 2021
1 parent 498b67b commit 234aaa3
Showing 1 changed file with 47 additions and 23 deletions.
70 changes: 47 additions & 23 deletions pod/perldelta.pod
Expand Up @@ -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

Expand Down

0 comments on commit 234aaa3

Please sign in to comment.