summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-05-14 12:15:54 -0600
committerNicolas R <atoomic@cpan.org>2019-05-14 12:15:54 -0600
commitc72549cc470fce3311724c7235b9b92c67b633ea (patch)
tree08f715d4f186e84c8f8b3bbff4dac43dbe3705e8
parent2d45170402b03f04318c0b81f0bca91ee1553342 (diff)
downloadperl-c72549cc470fce3311724c7235b9b92c67b633ea.tar.gz
sync with cpan release of Devel-PPPort 3.52
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/Devel-PPPort/Changes4
-rw-r--r--dist/Devel-PPPort/PPPort_pm.PL2
3 files changed, 6 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 915f4fad2b..dfc7b50441 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -342,7 +342,7 @@ use File::Glob qw(:case);
},
'Devel::PPPort' => {
- 'DISTRIBUTION' => 'ETHER/Devel-PPPort-3.51.tar.gz',
+ 'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.52.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 9ce9343238..ce9add54ea 100644
--- a/dist/Devel-PPPort/Changes
+++ b/dist/Devel-PPPort/Changes
@@ -1,5 +1,9 @@
Revision history for Devel-PPPort
+ 3.52 - 2019-05-14
+
+ * fix utf8_to_uvchr_buf retval in 5.30
+
3.51 - 2019-05-01
* include the module version in metadata for proper PAUSE indexing
diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL
index 136efdfd6e..abce21de2e 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.51';
+$VERSION = '3.52';
sub _init_data
{