On 2015-06-01 09:37:31, SREZIC wrote:
Show quoted text> On 2015-06-01 12:34:13, SREZIC wrote:
>
> Probably you have to add a "=encoding iso-8859-1" directive or so to
> fix the problem.
> And make sure that you have Test::Pod installed on your own system.
Please don't allow pod tests to run for normal user installs. Either move them to xt/, or guard them with:
plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};