summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-10-09 16:38:04 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-10-13 21:55:07 +0000
commit786c02c9305b1cb8b2a0ee2cb2921888bb720499 (patch)
tree25ea9721b2be4c64a3b44091aee857a61ebbcb73
parent91c7e1725713e55c13fcdaaef828016733e77ff1 (diff)
downloadperl-786c02c9305b1cb8b2a0ee2cb2921888bb720499.tar.gz
Send bugs to GitHub
Do not advise sending mail to 'perlbug@perl.org', as that now simply triggers a response redirecting sender to GitHub.
-rwxr-xr-xConfigure4
-rw-r--r--configure.com4
-rw-r--r--dist/XSLoader/Makefile.PL3
3 files changed, 3 insertions, 8 deletions
diff --git a/Configure b/Configure
index 60baddc777..dd19ad4e81 100755
--- a/Configure
+++ b/Configure
@@ -9391,9 +9391,7 @@ $cat <<EOM
If you or somebody else will be maintaining perl at your site, please
fill in the correct e-mail address here so that they may be contacted
-if necessary. Currently, the "perlbug" program included with perl
-will send mail to this address in addition to perlbug@perl.org. You may
-enter "none" for no administrator.
+if necessary. You may enter "none" for no administrator.
EOM
case "$perladmin" in
diff --git a/configure.com b/configure.com
index 67179fc64d..1ea419785b 100644
--- a/configure.com
+++ b/configure.com
@@ -1870,9 +1870,7 @@ $ DECK
If you or somebody else will be maintaining perl at your site, please
fill in the correct e-mail address here so that they may be contacted
-if necessary. Currently, the "perlbug" program included with perl
-will send mail to this address in addition to perlbug@perl.org. You may
-enter "none" for no administrator.
+if necessary. You may enter "none" for no administrator.
$ EOD
$ ENDIF
$ dflt = "''cf_email'"
diff --git a/dist/XSLoader/Makefile.PL b/dist/XSLoader/Makefile.PL
index 6f5aae349d..1f70a8072f 100644
--- a/dist/XSLoader/Makefile.PL
+++ b/dist/XSLoader/Makefile.PL
@@ -76,8 +76,7 @@ WriteMakefile(
x_IRC => 'irc://irc.perl.org/#p5p',
x_MailingList => 'http://lists.perl.org/list/perl5-porters.html',
bugtracker => {
- mailto => 'perlbug@perl.org',
- web => "https://rt.perl.org/rt3/Search/Results.html?Query=Queue='perl5' AND Content LIKE 'module=XSLoader' AND (Status='open' OR Status='new' OR Status='stalled')",
+ web => 'https://github.com/Perl/perl5/issues',
},
},
provides => {