stas2004/09/27 21:17:05
Modified:t/modules cgi2.t cgi.t cgiupload2.t cgiupload.t
Log:
mark the known bug in CGI.pm 3.05 and earlier when run under perl 5.6,
guessing that it'll be fixed in CGI 3.06
Revision ChangesPath
1.5 +2 -0 modperl-2.0/t/modules/cgi2
stas2004/09/27 20:42:39
Modified:lib/Apache Status.pm
.Changes
Log:
resolve several 'Use of uninitialized value in...' warnings in
Apache::Status
Revision ChangesPath
1.29 +3 -2 modperl-2.0/lib/Apache/Status.pm
Index: Status.pm
stas2004/09/27 20:37:27
Modified:t/response/TestModperl io_nested_with_closed_stds.pm
io_with_closed_stds.pm
Log:
solve the ' Unknown open() mode '<&' ' problem occuring under 5.6, by
using non my-$foo symbols as filehandles
Revision ChangesPat
stas2004/09/27 19:56:34
Modified:t/response/TestVhost log.pm
Log:
don't use:
use warnings FATAL => 'all';
here as it breaks the $SIG{__WARN__} sub test for perl 5.6, though
it works fine with perl 5.8+
Revision ChangesPath
1.6 +5 -1 modperl-2.0/t/r
stas2004/09/27 18:47:23
Modified:t/protocol/TestProtocol echo_block.pm echo_nonblock.pm
Log:
perl 5.6 doesn't like foo(bar => 0) syntax, so s/=>/,/ to make it happy
Revision ChangesPath
1.8 +1 -1 modperl-2.0/t/protocol/TestProtocol/echo_block.pm
Index:
stas2004/09/27 14:41:55
Modified:t/response/TestAPI sub_request.pm
Log:
typo
Revision ChangesPath
1.3 +1 -1 modperl-2.0/t/response/TestAPI/sub_request.pm
Index: sub_request.pm
===
RCS
stas2004/09/27 14:40:27
Modified:todo features_maybe
Log:
todo
Revision ChangesPath
1.10 +10 -0 modperl-2.0/todo/features_maybe
Index: features_maybe
===
RCS file: /home/cvs/modperl-
stas2004/09/27 14:40:03
Modified:t/response/TestAPI sub_request.pm
Log:
Apache::SubRequest::DESTROY must be called only once (it was called twice,
once directly and once indirectly on the scope exit, causing bad
segfaults later on down the road)
Submitted by: Joe Schaefer <