[Catalyst] Re: [Catalyst-dev] [ANNOUNCE] CALL FOR TESTING Catalyst-Runtime 5.80014_01

2009-11-24 Thread Frank Wiegand
Am Montag, den 23.11.2009, 23:54 + schrieb Tomas Doran: You can try it out by typing: cpan -i BOBTFISH/Catalyst-5.80014_01.tar.gz Setting TEST_HTTP=1 and TEST_THREADS=1, I got two test errors: t/optional_http-server-restart.t .. Can't locate

[Catalyst] Catalyst::Engine::HTTP and Expect.pm

2009-03-18 Thread Frank Wiegand
Hi, I have problems to get Expect.pm working within the builtin test server. The following code resides inside a model: use Expect; my $exp = Expect-new; $exp-log_stdout(0); $exp-spawn('ssh', '-l' = $c-config-{client}{user}, $c-config-{client}{host})

Re: [Catalyst] [Announce] Catalyst-Runtime-5.8000_05

2009-01-29 Thread Frank Wiegand
Am Donnerstag, den 29.01.2009, 10:34 +0100 schrieb Marcus Ramberg: Now that you're all done upgrading to 5.7100, it's time to help us out by testing the next developer release of 5.8000, 5.8000_05, which was uploaded to CPAN today. Thanks, great job! t/optional_memleak.t fails some of its