diff options
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; |