This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump Devel::PPPort to keep in sync with CPAN
authorNicolas R <atoomic@cpan.org>
Tue, 19 Mar 2019 20:57:51 +0000 (14:57 -0600)
committerNicolas R <atoomic@cpan.org>
Tue, 19 Mar 2019 21:04:04 +0000 (15:04 -0600)
During Perl 5.29.8 release, Devel-PPPort was uploaded
to CPAN but the distro was incomplete as unit tests
were not part of the submitted tarball.

To fix this, a new 3.45 version was published to CPAN.
This commit, keep blead in sync with this change.

Porting/Maintainers.pl
dist/Devel-PPPort/Changes
dist/Devel-PPPort/PPPort_pm.PL
dist/Module-CoreList/lib/Module/CoreList.pm
pod/perldelta.pod

index 7562a26..959de1c 100755 (executable)
@@ -339,7 +339,7 @@ use File::Glob qw(:case);
     },
 
     'Devel::PPPort' => {
-        'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.44.tar.gz',
+        'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.45.tar.gz',
         'FILES'        => q[dist/Devel-PPPort],
         'EXCLUDED'     => [
             'PPPort.pm',    # we use PPPort_pm.PL instead
index 6dc1309..e7a57b2 100644 (file)
@@ -1,3 +1,7 @@
+3.45 - 2019-03-19
+
+  * Restore missing unit tests from the previous release.
+
 3.44 - 2019-02-20
 
    * Fix D_PPP_FIX_UTF8_ERRSV macro to use errsv value from passed argument
index dfe5a9c..83a0b17 100644 (file)
@@ -551,7 +551,7 @@ package Devel::PPPort;
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = '3.44';
+$VERSION = '3.45';
 
 sub _init_data
 {
index 33f7782..a6cbfe7 100644 (file)
@@ -16200,6 +16200,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         delta_from => 5.029008,
         changed => {
             'B::Op_private'         => '5.029009',
+            'Devel::PPPort'         => '3.45',
             'Config'                => '5.029009',
             'Module::CoreList'      => '5.20190320',
             'Module::CoreList::Utils'=> '5.20190320',
index 4d94cce..be98f52 100644 (file)
@@ -202,6 +202,10 @@ L<perl5db.pl> has been upgraded from version 1.54 to 1.55.
 Debugging threaded code no longer deadlocks in C<DB::sub> nor
 C<DB::lsub>.
 
+ =item *
+
+ L<Devel::PPPort> has been upgraded from version 3.44 to 3.45.
+
 =item *
 
 L<PerlIO::encoding> has been upgraded from version 0.26 to 0.27.