Re: [Catalyst] do I need to load Apache::DBI?

2007-08-01 Thread Perrin Harkins
On 7/31/07, Matt S Trout [EMAIL PROTECTED] wrote: Except in the DBIx::Class, Class::DBI and plain DBI apps I've brought back to production quality stability by removing it. DBIx::Class and Class::DBI both handle connection caching on their own, so that is not where one would need Apache::DBI.

Re: [Catalyst] Test server as a child process

2007-08-01 Thread Matt S Trout
On Tue, Jul 31, 2007 at 12:33:52PM +0400, Ivan Fomichev wrote: Hello, I intend to write a script, that would start the test server as a child process and then run tests. Why not just use Test::WWW::Mechanize::Catalyst which embeds a server instance in the test script? Using the test server