summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-10-09 16:29:43 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-10-09 23:09:16 +0000
commit6992b083f88f9344ba102786432bba0f20af8640 (patch)
treed30baffd5cade30116a94af877f852afc3143be3 /ext
parent3af5b5cf72555100259fb40118a899a81209b8e5 (diff)
downloadperl-6992b083f88f9344ba102786432bba0f20af8640.tar.gz
Better email address for Perl 5 Porters
Diffstat (limited to 'ext')
-rw-r--r--ext/Pod-Functions/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Pod-Functions/Makefile.PL b/ext/Pod-Functions/Makefile.PL
index ae6dca38d2..0b09b3d313 100644
--- a/ext/Pod-Functions/Makefile.PL
+++ b/ext/Pod-Functions/Makefile.PL
@@ -9,7 +9,7 @@ WriteMakefile(NAME => 'Pod::Functions',
LICENSE => 'perl',
PREREQ_PM => {},
ABSTRACT_FROM => 'Functions_pm.PL',
- AUTHOR => 'Perl 5 Porters <perlbug@perl.org>',
+ AUTHOR => 'Perl 5 Porters <perl5-porters@perl.org>',
INSTALLDIRS => 'perl',
PL_FILES => {}, # Stop EU::MM defaulting this to run our PL
PM => {'Functions.pm' => '$(INST_LIBDIR)/Functions.pm'},