Too much concentration on the tests, and not enough on the patch. We're back to: CONSECUTIVE DAYS WITHOUT A WORKPLACE INJURY: 0 Jeffrey --- t/op/regexp.t.old Fri Dec 21 23:27:41 2001 +++ t/op/regexp.t Fri Dec 21 23:27:55 2001 @@ -47,7 +47,6 @@ open(TESTS,'op/re_tests') || open(TESTS,'t/op/re_tests') || open(TESTS,':op:re_tests') || die "Can't open re_tests"; -my @TESTS; while (<TESTS>) { } $numtests = $.; seek(TESTS,0,0); @@ -136,7 +135,7 @@ } } } -# print "ok $.\n"; + print "ok $.\n"; } close(TESTS);