summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2019-12-22 17:13:31 -0500
committerKarl Williamson <khw@cpan.org>2019-12-22 16:56:52 -0700
commit8166b4e0bc220e759aa233af54ac1e60cc510f0c (patch)
treed8d7ed67c0e56ae2152c440216fae1a7505d0ce0 /utils/h2xs.PL
parent08ab6dc865ab79e6e7840494df7691dd811d0c1e (diff)
downloadperl-8166b4e0bc220e759aa233af54ac1e60cc510f0c.tar.gz
Update documentation, readmes, comments, and utilities to reference the GitHub issue tracker
The perlbug utility and perlbug@perl.org should no longer be used to submit bug reports or patches.
Diffstat (limited to 'utils/h2xs.PL')
-rw-r--r--utils/h2xs.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 19f60e39d0..428fb98256 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -1999,7 +1999,7 @@ $generate_code
__END__
gave unexpected error $@
Please report the circumstances of this bug in h2xs version $H2XS_VERSION
-using the perlbug script.
+using the issue tracker at https://github.com/Perl/perl5/issues.
EOM
} else {
my $fail;
@@ -2020,7 +2020,7 @@ the files $ext$modpname/$constscfname and $ext$modpname/$constsxsfname
correctly.
Please report the circumstances of this bug in h2xs version $H2XS_VERSION
-using the perlbug script.
+using the issue tracker at https://github.com/Perl/perl5/issues.
EOM
} else {
unlink $constscfname, $constsxsfname;