Subject: | Interactive Prompts during the build process are bad |
This interactive prompt:
Online tests will need api/user keys and an internet connection.
Don't worry the tests (should not) post anything as we'll send posts
with the debug flag!
Run online tests? [n]
is bad for automated installs.
It is better to stub out the the LWP::get() method to test the API.