Skip Menu |

This queue is for tickets about the Win32-ExcelSimple CPAN distribution.

Report information
The Basics
Id: 120954
Status: open
Priority: 0/
Queue: Win32-ExcelSimple

People
Owner: Nobody in particular
Requestors: jason [...] froebe.net
Cc:
AdminCc:

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



Subject: Pod::Coverage test fail on Strawberry Perl 5.24.1.1 (64bit) Windows 10

Message body is not shown because it is too large.

On 2017-04-05 05:32:02, jason@froebe.net wrote: Show quoted text
> t/pod-coverage.t ........... > t/pod-coverage.t ........... 1/1 # Failed test 'Pod coverage on > Win32::ExcelSimple' > # at C:/Perl/Strawberry/perl/site/lib/Test/Pod/Coverage.pm line 133.
While this test failure is indeed an issue that should be corrected, please don't allow pod, critic, coverage or kwalitee tests to run for normal user installs, as they make the installation fail unnecessarily when newer versions of the tester module introduces errors that you cannot anticipate. Also spelling tests are dependent on what dictionaries are installed locally, and critic tests use all plugins that are installed, neither of which can be predicted in advance. Either move these tests to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};