Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic CPAN distribution.

Report information
The Basics
Id: 24973
Status: rejected
Priority: 0/
Queue: Perl-Critic

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

Bug Information
Severity: Normal
Broken in: 1.03
Fixed in: (no value)



Subject: Trivial spelling failures in t/97_spelling
PerlCritic 1.03, run make test with $ENV{TEST_AUTHOR} = 1, some easy to fix spelling test failures show up (some are typos, some are just method names etc.): t/97_spelling............................ok 1/114 # Failed test 'POD spelling for blib/lib/Perl/TODO.pod' # at /Library/Perl/5.8.6/Test/Spelling.pm line 80. t/97_spelling............................NOK 5/114# Errors: # API # FindBin # Foo'Bar'Baz # InputOutputRequireCheckedOpen # ProhibitMixedBooleanOperators # RequireCheckedClose # RequireExplicitPackage # RequireSimpleSortBlock # RequireTidyCode # RequireUseStrict # RequireUseWarnings # cachedir # easeir # expempt # forbbiden # lattitude # mixde # numifies # numify # trinary # xs t/97_spelling............................ok 99/114# Looks like you failed 1 test of 114. t/97_spelling............................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/114 tests, 99.12% okay
On Thu Feb 15 11:19:30 2007, SHERLOCK wrote: Show quoted text
> PerlCritic 1.03, run make test with $ENV{TEST_AUTHOR} = 1, some easy > to fix spelling test > failures show up (some are typos, some are just method names etc.):
Which version of Test::Spelling are you using? Mine doesn't seem to bother with the TODO file. I'm not sure if this is because it's a .pod, file or because it's not in the lib/ or bin/ directories. -Jeff
Subject: Re: [rt.cpan.org #24973] Trivial spelling failures in t/97_spelling
Date: Wed, 23 May 2007 08:05:27 -0700
To: bug-Perl-Critic [...] rt.cpan.org
From: Gavin Sherlock <sherlock [...] genome.stanford.edu>
I'm using Test::Spelling 0.11. with perl, v5.8.6 built for darwin- thread-multi-2level on OSX 10.4.9, Cheers, Gavin On May 22, 2007, at 9:37 PM, Jeffrey Thalhammer via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=24973 > > > On Thu Feb 15 11:19:30 2007, SHERLOCK wrote:
>> PerlCritic 1.03, run make test with $ENV{TEST_AUTHOR} = 1, some easy >> to fix spelling test >> failures show up (some are typos, some are just method names etc.):
> > Which version of Test::Spelling are you using? Mine doesn't seem to > bother with the TODO file. I'm not sure if this is because it's > a .pod, > file or because it's not in the lib/ or bin/ directories. > > -Jeff
This seems to be an oddity of ExtUtils::MakeMaker. For some reason, it puts the TODO.pod under blib/lib/Perl, even though it isn't intended for installation. Still, I'll fix the spelling errors one of these days. Thanks for your patience.
I fixed the genuine spelling errors, but didn't bother creating a stopwords file for the others. The spelling tests are now author-only tests. And in general, we're not going to accept bugs against the author-only tests. Thanks for reporting it though. Have a good week. -Jeff