In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/c72549cc470fce3311724c7235b9b92c67b633ea?hp=2d45170402b03f04318c0b81f0bca91ee1553342>
- Log ----------------------------------------------------------------- commit c72549cc470fce3311724c7235b9b92c67b633ea Author: Nicolas R <[email protected]> Date: Tue May 14 12:15:54 2019 -0600 sync with cpan release of Devel-PPPort 3.52 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- dist/Devel-PPPort/Changes | 4 ++++ dist/Devel-PPPort/PPPort_pm.PL | 2 +- 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 { -- Perl5 Master Repository
