This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the reference to the GitHub issue tracker
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 21 Jan 2020 15:59:03 +0000 (16:59 +0100)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 21 Jan 2020 15:59:03 +0000 (16:59 +0100)
.package
U/compline/Compile.U

index f1aff4e..0b9876b 100644 (file)
--- a/.package
+++ b/.package
@@ -8,7 +8,7 @@ patchbranch=0
 copyright=' '
 mydiff='gdiff -u'
 maintname='Perl Maintainers'
-maintloc='perlbug@perl.org'
+maintloc='https://github.com/Perl/perl5/issues'
 ftpsite=''
 orgname='Illuminati'
 newsgroups=''
index d4f0c9b..05e4112 100644 (file)
@@ -11,8 +11,8 @@
 ?X:    to be used in all the other metaconfig units.
 ?X:
 ?MAKE:Compile: +cc +optimize +ccflags +ldflags +libs test
-?MAKE: -pick add $@ %<
-?LINT:extern usedevel
+?MAKE: -pick wipe $@ %<
+?LINT:extern usedevel maintloc
 ?LINT:define compile compile_ok
 ?V:compile compile_ok mc_file
 ?S:compile:
@@ -48,7 +48,10 @@ compile='
 mc_file=$1;
 shift;
 case "$usedevel" in $define|true|[yY]*) if $test ! -f "${mc_file}.c"; then
-echo "Internal Configure script bug - compiler test file ${mc_file}.c is missing. Please report this to perlbug@perl.org" >&4;
+cat >&4 <<EOM
+Internal Configure script bug - compiler test file ${mc_file}.c is missing.
+Please report this to <$maintloc>
+EOM
 exit 1;
 fi;
 esac;