diff options
author | Karen Etheridge <ether@cpan.org> | 2019-04-30 16:10:29 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2019-04-30 16:10:29 -0700 |
commit | a5681b70eb5add6430774bb6e3c6a7fbaeef1bee (patch) | |
tree | 4b3579d4bb4a7444e2e6f4dc98f9115979f4edb4 /Porting | |
parent | 4ed8de81d93c5c4b98fc813e6a8ec2fd5169157e (diff) | |
download | perl-a5681b70eb5add6430774bb6e3c6a7fbaeef1bee.tar.gz |
sync up with cpan release of Devel-PPPort 3.51
3.51 - 2019-05-01
* include the module version in metadata for proper PAUSE indexing
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 11110f94c3..915f4fad2b 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.50.tar.gz', + 'DISTRIBUTION' => 'ETHER/Devel-PPPort-3.51.tar.gz', 'FILES' => q[dist/Devel-PPPort], 'EXCLUDED' => [ 'PPPort.pm', # we use PPPort_pm.PL instead |