diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-11-22 20:23:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-11-22 20:23:34 +0000 |
commit | 983d1c140ccc5a6746b60b1d15f8f50901ff7b51 (patch) | |
tree | a3a51ef1cadf04811497c8f680ee17dbc8fa632d /t | |
parent | 9c0a4d5d8cc72d1c0301ac17cb2d9af4383cebac (diff) | |
download | perl-983d1c140ccc5a6746b60b1d15f8f50901ff7b51.tar.gz |
Note the URL describing the vast riches awaiting us.
p4raw-id: //depot/perl@26197
Diffstat (limited to 't')
-rw-r--r-- | t/lib/1_compile.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index ecbafdecbc..eb3c3bd1be 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -40,6 +40,10 @@ if (@Core_Modules) { } else { print $message; } +print <<'EOREWARD'; +# http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-04/msg01223.html +# 20010421230349.P2946@blackrider.blackstar.co.uk +EOREWARD my $test_num = 2; |