summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-03-19 14:57:51 -0600
committerNicolas R <atoomic@cpan.org>2019-03-19 15:04:04 -0600
commit80e7c5414423d633f11ec93a7990915e97489502 (patch)
treef9b1a8a832bb41839c44a343ca6dc26e9e6f96f9
parent0b97d15690d19a1fee0c903da7f5898764d8f15e (diff)
downloadperl-80e7c5414423d633f11ec93a7990915e97489502.tar.gz
Bump Devel::PPPort to keep in sync with CPAN
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.
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/Devel-PPPort/Changes4
-rw-r--r--dist/Devel-PPPort/PPPort_pm.PL2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm1
-rw-r--r--pod/perldelta.pod4
5 files changed, 11 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 7562a26984..959de1c87b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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
diff --git a/dist/Devel-PPPort/Changes b/dist/Devel-PPPort/Changes
index 6dc1309ca7..e7a57b277e 100644
--- a/dist/Devel-PPPort/Changes
+++ b/dist/Devel-PPPort/Changes
@@ -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
diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL
index dfe5a9ccd0..83a0b17a02 100644
--- a/dist/Devel-PPPort/PPPort_pm.PL
+++ b/dist/Devel-PPPort/PPPort_pm.PL
@@ -551,7 +551,7 @@ package Devel::PPPort;
use strict;
use vars qw($VERSION $data);
-$VERSION = '3.44';
+$VERSION = '3.45';
sub _init_data
{
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 33f77821ec..a6cbfe7fdf 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -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',
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4d94cceb69..be98f52421 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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.