Skip Menu |

This queue is for tickets about the Text-ECSV CPAN distribution.

Report information
The Basics
Id: 109980
Status: resolved
Priority: 0/
Queue: Text-ECSV

People
Owner: jozef [...] kutej.net
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/pod-spell.t test fails
# Failed test 'POD spelling for blib/lib/Text/ECSV.pm' # at t/pod-spell.t line 11. # Errors: # AnnoCPAN # CSV # ECSV # Giersig # Kutej # aditional # dupplicate # ing # md # occure # # All incorrect words, by number of occurrences: # 1: AnnoCPAN, ECSV, aditional, dupplicate, ing, md, occure # 2: Giersig, Kutej # 5: CSV # Looks like you failed 1 test of 1. t/pod-spell.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On 2015-11-30 12:08:30, SREZIC wrote: Show quoted text
> # Failed test 'POD spelling for blib/lib/Text/ECSV.pm' > # at t/pod-spell.t line 11. > # Errors: > # AnnoCPAN > # CSV > # ECSV > # Giersig > # Kutej > # aditional > # dupplicate > # ing > # md > # occure > # > # All incorrect words, by number of occurrences: > # 1: AnnoCPAN, ECSV, aditional, dupplicate, ing, md, occure > # 2: Giersig, Kutej > # 5: CSV > # Looks like you failed 1 test of 1. > t/pod-spell.t ..... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests
Please don't allow pod, critic or kwalitee tests to run for normal user installs, as they make the installation fail unnecessarily when newer versions of the tester introduce errors that you cannot anticipate. Also spelling tests are dependent on what dictionaries are installed locally, which cannot be predicted in advance. Either move them to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Subject: Re: [rt.cpan.org #109980] t/pod-spell.t test fails
Date: Wed, 02 Dec 2015 11:46:01 +0100
To: bug-Text-ECSV [...] rt.cpan.org
From: Jozef Kutej <jozef [...] kutej.net>
On 12/01/2015 12:22 AM, Karen Etheridge via RT wrote: Show quoted text
> Please don't allow pod, critic or kwalitee tests to run for normal user installs, as they make the installation fail unnecessarily when newer versions of the tester introduce errors that you cannot anticipate. Also spelling tests are dependent on what dictionaries are installed locally, which cannot be predicted in advance. > > Either move them to xt/, or guard them with: > > plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; >
Thank you for the introduction into author testing, patches are welcome: https://github.com/jozef/text-ecsv Best Regards Jozef
fixed in just uploaded 0.02