On 2015-10-14 23:43:45, SREZIC wrote:
Show quoted text
Please don't allow pod tests to run for normal user installs, as the failure can be detected on the author side just as well, and this failure does not impair the normal functioning of the code.
Either move the tests to xt/, or guard them with:
plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};