modules/perlrun.....ok
modules/psections...ok
modules/request.....Modification of a read-only value attempted at modules/reque
st.t line 128.
modules/request.....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-10
Failed 8/10 tests, 20.00% okay
modules/src.........ok
modules/ssi.........ok
--- t/modules/request.t.orig Sat Apr 1 20:34:12 2000
+++ t/modules/request.t Sat Apr 1 20:19:35 2000
@@ -125,7 +125,7 @@
my $lines = 0;
local *FH;
open FH, $file or die "open $file $!";
- ++$lines while (<FH>);
+ ++$lines while (my $dummy = <FH>);
close FH;
my(@headers);
if ($Is_dougm) {
Rick Myers [EMAIL PROTECTED]
----------------------------------------------------
The Feynman Problem 1) Write down the problem.
Solving Algorithm 2) Think real hard.
~
~
~
~
~
~
Rick Myers [EMAIL PROTECTED]
----------------------------------------------------
The Feynman Problem 1) Write down the problem.
Solving Algorithm 2) Think real hard.
3) Write down the answer.