/[Apache-SVN]
ViewVC logotype

Revision 1702395


Jump to revision: Previous Next
Author: stevehay
Date: Fri Sep 11 08:28:54 2015 UTC (8 years, 8 months ago)
Changed paths: 1
Log Message:
Fix t/modperl/print.t, t/modperl/printf.t and t/directive/perlloadmodule3.t under perl-5.22.0

I'm working on CPAN RT#101962: Support for perl-5.22.0. The new "Redundant argument in subroutine entry" warning for printf-type functions has revealed a problem in our printf override which causes these tests to fail. In threaded builds we wrongly included the thread context in the count of arguments being passed to perl's sprintf implementation, which then warned that more arguments were being passed than the format string required. With warnings being fatalized in all test scripts this caused a few test scripts to fail.

Changed paths

Path Details
Directoryperl/modperl/trunk/xs/Apache2/RequestIO/Apache2__RequestIO.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26