summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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