Subject: | cpan / cpanm install hangs |
The prompt and response in the test.pl file waits indefinitely unless STDIN is redirected from /dev/null or a "y\n" is passed to the prompt. Perhaps using a
-t \*STDOUT
around your prompt/response block would be useful.