This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perldelta: New/Updated Modules for 5.29.6
authorAbigail <abigail@abigail.be>
Tue, 18 Dec 2018 00:03:34 +0000 (01:03 +0100)
committerAbigail <abigail@abigail.be>
Tue, 18 Dec 2018 00:03:34 +0000 (01:03 +0100)
pod/perldelta.pod

index a86a0b1..3f70975 100644 (file)
@@ -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