Skip Menu |

This queue is for tickets about the Device-USB CPAN distribution.

Report information
The Basics
Id: 89760
Status: resolved
Priority: 0/
Queue: Device-USB

People
Owner: cpan.wade [...] anomaly.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.35
Fixed in: 0.36



Subject: New Pod::Simple warning: Non-ASCII character seen before =encoding
Sample fail report: http://www.cpantesters.org/cpan/report/35631384 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,
Thank you for reporting this bug. I will be making a new release later today to fix it.
Added the "=encoding utf8" to the pod. Moved the POD checking to author tests, so they won't affect installation anyway. This should resolve the problem.