summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-02-20 16:15:28 -0700
committerNicolas R <atoomic@cpan.org>2019-02-20 16:29:21 -0700
commitca8b93afd02ddde55c1aa9e6fbff9acdad31593d (patch)
treee4247baa3783e915d592ca6f51453aa332378160
parent450b00dc929ccd3629c3179ee20bc8c793a2d569 (diff)
downloadperl-ca8b93afd02ddde55c1aa9e6fbff9acdad31593d.tar.gz
Bump Devel::PPPort to 3.44 for CPAN releasev5.29.8
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.
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/Devel-PPPort/.gitignore16
-rw-r--r--dist/Devel-PPPort/Changes6
-rw-r--r--dist/Devel-PPPort/MANIFEST.SKIP1
-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
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<deprecate> has been upgraded from version 0.03 to 0.04.
=item *
+L<Devel::PPPort> has been upgraded from version 3.43 to 3.44.
+
+=item *
+
L<Encode> has been upgraded from version 2.97 to 3.00.
=item *