On 2015-06-13 12:26 PM, Rainer Jung wrote:
Am 13.06.2015 um 12:23 schrieb Rainer Jung:
Hi Michael,
Am 13.06.2015 um 12:10 schrieb Michael Felt:
Just a link to the "Howto setup Apache::Test" would be sufficient. The
README in the project sends me to mod_perl info, not a list of perl
mods
needed to be added -- and unfortunately the Apache::Test does not
"include" a dependency list either - or CPAN could do this all
automatically.
Try cpan command
install Bundle::ApacheTest
Here you had provided the answer that had been starting at me in the
README file. Not being an avid perl programmer it did not ring a bell
right away.
perhaps add
HTTP::DAV
There are still some tests that get skipped, e.g.
t/apache/pr17629.t .................. skipped: cannot find module
'deflate', cannot find module 'case_filter'
is deflate and/or case_filter: IO::Compress::Deflate
(P/PM/PMQS/IO-Compress-2.068.tar.gz)? or Compress::Deflate7
(B/BJ/BJOERN/Compress-Deflate7-1.0.tar.gz) or ???
although...
cpan> install IO::Compress::Deflate
IO::Compress::Deflate is up to date.
so, using i/deflate/ is not helping me (enough).
to install prerequisites.
See also
http://search.cpan.org/~shay/Apache-Test-1.39/lib/Bundle/ApacheTest.pm
There's some more info in the README file you can find after checking out
http://svn.apache.org/repos/asf/httpd/test/framework/trunk/
or browsing via
http://svn.apache.org/viewvc/httpd/test/framework/trunk/
Regards,
Rainer