summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-10-20 10:53:59 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-20 10:53:59 +0100
commitced2c819bbe0090a534bb1ed37aab207bc34454a (patch)
treeb6e6beae73f3eb184931ba0e5740a2cf83c4eae4
parent08ae582399f1b593af889abea6974ad61a75d6e9 (diff)
downloadperl-ced2c819bbe0090a534bb1ed37aab207bc34454a.tar.gz
perldelta - Modules and Pragmata
-rw-r--r--pod/perldelta.pod62
1 files changed, 36 insertions, 26 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4be2b15921..41943d0806 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -113,39 +113,25 @@ XXX
=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
+=head2 Updated Modules and Pragmata
=over 4
=item *
-XXX Remove this section if not applicable.
+L<B> has been upgraded from version 1.76 to 1.77.
-=back
-
-=head2 Updated Modules and Pragmata
+=item *
-=over 4
+L<B::Deparse> has been upgraded from version 1.49 to 1.50.
=item *
-L<XXX> has been upgraded from version A.xx to B.yy.
+L<Devel::PPPort> has been upgraded from version 3.55 to 3.54.
-If there was something important to note about this change, include that here.
+=item *
+
+L<Digest::MD5> has been upgraded from version 2.55 to 2.55_01.
=item *
@@ -155,15 +141,39 @@ Previously, when dumping elements of an array and encountering an undefined
value, the string printed would have been C<empty array>. This has been
changed to what was apparently originally intended: C<empty slot>.
-=back
+=item *
-=head2 Removed Modules and Pragmata
+L<ExtUtils::CBuilder> has been upgraded from version 0.280232 to 0.280233.
-=over 4
+=item *
+
+L<Math::BigInt> has been upgraded from version 1.999816 to 1.999817_01.
=item *
-XXX
+L<Math::BigInt::FastCalc> has been upgraded from version 0.5008 to 0.5009.
+
+=item *
+
+L<Module::CoreList> has been upgraded from version 5.20190920 to 5.20191020.
+
+=item *
+
+L<Safe> has been upgraded from version 2.40 to 2.41.
+
+=item *
+
+L<threads> has been upgraded from version 2.22 to 2.23.
+
+=item *
+
+L<Time::HiRes> has been upgraded from version 1.9763 to 1.9764.
+
+=item *
+
+L<XS::APItest> has been upgraded from version 1.03 to 1.04.
+
+If there was something important to note about this change, include that here.
=back