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

2009-03-19 Thread Tomas Doran
Frank Wiegand wrote: Hi, I have problems to get Expect.pm working within the builtin test server. Anyone else used Expect.pm and got this behaviour? I use Catalyst::Engine::HTTP from Catalyst-Runtime-5.8000_06. No, but I'd guess that this may fix your issue: http://dev.catalyst.perl

[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}