Skip Menu |

This queue is for tickets about the Math-FFTW CPAN distribution.

Report information
The Basics
Id: 95338
Status: open
Priority: 0/
Queue: Math-FFTW

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: 00pod.t fails because of encoding problems
See subject. The "ü" is causing trouble. Regards, Slaven
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};