Skip Menu |

This queue is for tickets about the OOTools CPAN distribution.

Report information
The Basics
Id: 98859
Status: open
Priority: 0/
Queue: OOTools

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

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



Subject: New Pod::Simple warning: Non-ASCII character seen before =encoding
Sample fail report: http://www.cpantesters.org/cpan/report/22300465 Pod::Simple >= 3.22 and Test::Pod are required to reproduce. Please consider making pod tests author tests, they make user installs fail unnecessarily. Or it is always the other option to add an encoding declaration to the POD or to resort to ASCII only or so. Thanks && Regards, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On 2014-09-13 05:40:18, ANDK wrote: Show quoted text
> Sample fail report: > > http://www.cpantesters.org/cpan/report/22300465 > > Pod::Simple >= 3.22 and Test::Pod are required to reproduce. Please > consider making pod tests author tests, they make user installs fail > unnecessarily. Or it is always the other option to add an encoding > declaration to the POD or to resort to ASCII only or so.
Both of these should be done. It is a genuine error that there is no =encoding declaration in the pod (and anyone viewing the pod will get a warning about the faulty encoding), but the pod tests should also only be run for the author, not for normal user installs.
On 2014-09-13 08:40:18, ANDK wrote: Show quoted text
> Sample fail report: > > http://www.cpantesters.org/cpan/report/22300465 > > Pod::Simple >= 3.22 and Test::Pod are required to reproduce. Please > consider making pod tests author tests, they make user installs fail > unnecessarily. Or it is always the other option to add an encoding > declaration to the POD or to resort to ASCII only or so. > > Thanks && Regards, > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
Fails also with 2.4.