From ca8b93afd02ddde55c1aa9e6fbff9acdad31593d Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Wed, 20 Feb 2019 16:15:28 -0700 Subject: Bump Devel::PPPort to 3.44 for CPAN release During v5.29.8 dev cycle a change was made to Devel-PPPort 18d728ac3b which justify to bump and release a new version of Devel::PPPort. --- Porting/Maintainers.pl | 2 +- dist/Devel-PPPort/.gitignore | 16 +++++++++++++--- dist/Devel-PPPort/Changes | 6 +++++- dist/Devel-PPPort/MANIFEST.SKIP | 1 + dist/Devel-PPPort/PPPort_pm.PL | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 1 + pod/perldelta.pod | 4 ++++ 7 files changed, 26 insertions(+), 6 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 154e3c37cd..7e97bd700f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -339,7 +339,7 @@ use File::Glob qw(:case); }, 'Devel::PPPort' => { - 'DISTRIBUTION' => 'XSAWYERX/Devel-PPPort-3.43.tar.gz', + 'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.44.tar.gz', 'FILES' => q[dist/Devel-PPPort], 'EXCLUDED' => [ 'PPPort.pm', # we use PPPort_pm.PL instead diff --git a/dist/Devel-PPPort/.gitignore b/dist/Devel-PPPort/.gitignore index ebebd748ca..f6912252b2 100644 --- a/dist/Devel-PPPort/.gitignore +++ b/dist/Devel-PPPort/.gitignore @@ -1,4 +1,14 @@ +/blib/ +/Makefile +/Makefile.old +/MANIFEST.bak +/META.yml +/MYMETA.* +pm_to_blib /PPPort.pm -#ignored in the parent directory -#/ppport.h -/RealPPPort.xs +/RealPPPort.* +/ppport.h +/t/*.t +/*.o +PPPort.bs +/Devel-PPPort-*.tar.gz diff --git a/dist/Devel-PPPort/Changes b/dist/Devel-PPPort/Changes index f94f5a7d3d..6dc1309ca7 100644 --- a/dist/Devel-PPPort/Changes +++ b/dist/Devel-PPPort/Changes @@ -1,4 +1,8 @@ -3.43 - 2018-09-19 +3.44 - 2019-02-20 + + * Fix D_PPP_FIX_UTF8_ERRSV macro to use errsv value from passed argument + +3.44 - 2018-09-19 * Fix Devel::PPPort with Visual Studio by quoting $0. diff --git a/dist/Devel-PPPort/MANIFEST.SKIP b/dist/Devel-PPPort/MANIFEST.SKIP index f8fa452413..52f68f8315 100644 --- a/dist/Devel-PPPort/MANIFEST.SKIP +++ b/dist/Devel-PPPort/MANIFEST.SKIP @@ -19,3 +19,4 @@ ^RealPPPort\. ^testing Devel-PPPort.*\.tar\.gz$ +.travis.yml diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL index f78f792e57..dfe5a9ccd0 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.43'; +$VERSION = '3.44'; sub _init_data { diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index a01659b35c..e0e6d0ac11 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -16102,6 +16102,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'B' => '1.76', 'B::Op_private' => '5.029008', 'Config' => '5.029008', + 'Devel::PPPort' => '3.44', 'Encode' => '3.00', 'Encode::Unicode' => '2.18', 'ExtUtils::Miniperl' => '1.09', diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8b4cda23b2..dbc7b7418f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -69,6 +69,10 @@ L has been upgraded from version 0.03 to 0.04. =item * +L has been upgraded from version 3.43 to 3.44. + +=item * + L has been upgraded from version 2.97 to 3.00. =item * -- cgit v1.2.1