summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-07-22 21:20:01 +0100
committerNeil Bowers <neilb@neilb.org>2021-07-22 21:20:01 +0100
commit994da94187afd0618d0c3e2c538ee84b5f4fca6f (patch)
tree6b89cd30e4429bb61004fa56275043a253503f0a
parent7deec013f46126144fe21a38992ada81a83382aa (diff)
downloadperl-994da94187afd0618d0c3e2c538ee84b5f4fca6f.tar.gz
version of Devel::PPPort wasn't bumped when merging
When ATOOMIC merged his CPAN release of ATOOMIC/Devel-PPPort-3.63.tar.gz into blead, he didn't bump the version number in Porting/Maintainers.pl So Porting/core-cpan-diff reported it as needing an upgrade. That's how it seemed to me, anyway!
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index b12c7f20e7..4eb2e119c4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -340,7 +340,7 @@ use File::Glob qw(:case);
},
'Devel::PPPort' => {
- 'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.62.tar.gz',
+ 'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.63.tar.gz',
'FILES' => q[dist/Devel-PPPort],
'EXCLUDED' => [
'PPPort.pm', # we use PPPort_pm.PL instead