At Sun, 10 Mar 2002 00:03:36 +0800, Stas Bekman wrote: > > That's the exact point where we don't agree with each other, IMO. I > > like to make combination of "Simple" modules, and don't like "All in > > One" package. (Well, Test::More is going into core from perl-5.7, and > > even before 5.6 it's very easy to install) > > So nothing prevents you from using Test::More, isn't it?
Exactly. > sure, I'm not against it. You are talking about using extra modules with > Apache::Test, to write tests in 3rd party modules. You aren't talking > about mod_perl core tests using Test::More, right? Yes. Apache-Test is self-contained and works best in httpd/mod_perl core testing, but we can also use it as "sandbox httpd setup tool", which is useful in writing acceptance live tests. That's what I wanted to say. -- Tatsuhiko Miyagawa
