Subject: | Interactive Makefile.PL hangs on input on debian without ipc::run |
[ full report here: http://sourceforge.net/mailarchive/forum.php?
thread_id=30160590&forum_id=7477 ]
Show quoted text
> However CPANPLUS just asks the question and ignores any responses. I
> give my answers and it just sits there. I assume it's doing something
> funky with STDIN that doesn't let it get passed through to the
> Makefile.PL script.
Thanks for reporting this. I've been able to reproduce this on my debian
box *after* removing IPC::Run from the system (which means CPANPLUS
will use IPC::Open3 to run command line programs).
I'll look into a remedy more closely, but a quick fix for you now is to install
IPC::Run.
You can get it from the standard debian mirrors as libipc-run-perl.
Also, since you're a debian user, you might find the information on
http://debian.pkgs.cpan.org
particularly useful.
Regards,