Subject: | configure step not nice for automation |
The Makefile.PL explicitly reads from STDIN. This is not nice for automated installs / smoke testing.
At the very least it should honor PERL_MM_USE_DEFAULT=1
Take a look at
https://rt.cpan.org/Public/Ticket/Attachment/1013385/528317
for further discussion.