[PATCH] Misc. minor fixes

('binary' encoding is not supported, stored as-is)
Hi all.

Attached are unidiffs for some very minor things in the validator "check"
CGI script (revision 1.28).

* "voidwarn.diff"
    - Fixes two warnings from perl about strings used in void context.
      Both stem from constructs such as
        close FH || "failed: $!";
      where someone forgot to put in a "warn". They now read
        close FH or warn "failed: $!";

* "qw.diff"
    - Activates the commented out "qw()" which someone had apparantly
      tried to use under an old Perl and couldn't figure out why it
      didn't work. :-)

* "doctype.diff"
    - Fixes the missing double quotes in the HTML 4.0 strict DOCTYPEs
      I mentioned earlier today.

-link

-- 
*** I just switched to a new email client.
*** If you see any format problems in this message, yell. Loudly! :-)

                                             -link

Received on Wednesday, 1 September 1999 15:39:10 UTC