Subject: | Interactive test breaks automated testing/packagin |
Hi,
in the process of testing your IMAP::Admin module, i found that it has an interactive test file.
Although this can be useful in some cases, it should know about the conventions used to indicate users are not present at the terminal or do not wish any interactivity.
Two standard tests for this would be to see if the current script is being run with a console attached (-t) or if the environment variable PERL5_MM_USE_DEFAULT is set.
It would be nice if you could add this to your test suite in the next release.
Thanks,