('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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:13 UTC