summaryrefslogtreecommitdiff
path: root/TestInit.pm
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 12:34:36 +0200
committerMax Maischein <corion@corion.net>2019-10-11 12:34:54 +0200
commit0e9a4b850977b60c58ba0ab6ae1544d006be4be9 (patch)
tree40ce336403de7865cf8ea7e9dc7162d7d28c668f /TestInit.pm
parent0bbec57d93bcef2fba1e748367f84929afb17734 (diff)
downloadperl-0e9a4b850977b60c58ba0ab6ae1544d006be4be9.tar.gz
Mailling list archaeology, restoring old content
http://xray.mpe.mpg.de does not serve the mailing list archives anymore and is not available via the Wayback machine either. This patch restores the content of a link to an URL "we" hopefully control better. The message ID correlates to a patch that git blame identified as being replaced by the current state in the time range.
Diffstat (limited to 'TestInit.pm')
-rw-r--r--TestInit.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/TestInit.pm b/TestInit.pm
index bab5aea512..7f53664e27 100644
--- a/TestInit.pm
+++ b/TestInit.pm
@@ -43,7 +43,8 @@ $VERSION = 1.04;
# which live dual lives on CPAN.
# Don't interfere with the taintedness of %ENV, this could perturbate tests.
# This feels like a better solution than the original, from
-# http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-07/msg00154.html
+# Message-ID: 20030703145818.5bdd2873.rgarciasuarez@free.fr
+# https://www.nntp.perl.org/group/perl.perl5.porters/2003/07/msg77533.html
$ENV{PERL_CORE} = $^X;
$0 =~ s/\.dp$//; # for the test.deparse make target