summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorreneeb <info@perl-services.de>2023-01-20 01:28:36 +0100
committerreneeb <info@perl-services.de>2023-01-20 01:28:36 +0100
commita9304318f3f5d9eb9fff1802003ba77fd7d7fc65 (patch)
treebb0414680b954c232e9b7dac06e2df03acd029a3 /Porting
parent8ecbef790f84a14bc004b3fcacd50f485432cbb9 (diff)
downloadperl-a9304318f3f5d9eb9fff1802003ba77fd7d7fc65.tar.gz
update podlators to 5.01
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 8cba0a9ec2..c7a9e3cac3 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -983,10 +983,11 @@ use File::Glob qw(:case);
},
'podlators' => {
- 'DISTRIBUTION' => 'RRA/podlators-5.00.tar.gz',
+ 'DISTRIBUTION' => 'RRA/podlators-5.01.tar.gz',
'MAIN_MODULE' => 'Pod::Man',
'FILES' => q[cpan/podlators pod/perlpodstyle.pod],
'EXCLUDED' => [
+ qr{^\.github/dependabot\.yml},
qr{^\.github/workflows/build\.yaml},
],