On 2014-05-04 05:55:40, SREZIC wrote:
Show quoted text> See subject. The "ü" is causing trouble.
>
> Regards,
> Slaven
Pod tests should not be running for the user, as occasionally the pod spec can change and these sudden failures will break installations, even though the code is perfectly fine. Pod tests should be moved to xt/, or guarded with code like:
use Test::More;
plan skip_all => 'these tests are for the author only!' unless $ENV{AUTHOR_TESTING};