From: <RGi...@a1...> - 2002-06-05 15:33:28
|
> Apologies if this is mentioned somewhere. I did look > in the readme and the man page. Does expect > work with perl 5.00404? I am having some > problems. expect spawn is hanging > the test.pl didn't run: I'm not sure. I think that Expect.pm is 5.004 clean (not using anything from 5.005), but test.pl is definitely not, as I only recently added some tests (using the qr// syntax). I'm sure that it would be easy to just go through test.pl and remove/revert the offending syntax. Alternatively you could simply install Expect.pm and hope the best. As I do not use autoload and the compilation of Expect.pm obviously succeeded, it should be OK from a sytactical point of view. But don't ask me about semantical changes between 5.004 and 5.005... Hope this helps, Roland -- RGi...@cp... |