Re: Found rare bug in Pod::Simple
[email protected] (James E Keenan) Sat, 5 Mar 2016 21:30:09 -0500
| Newsgroups | perl.cpan.workers |
|---|---|
| Message-ID | <[email protected]> |
On 03/05/2016 03:56 PM, Neil Bowers wrote: > Hi Marc, & CPAN Workers, > > I’ve been looking into the final two CPAN Testers fails, and have finally got to the bottom of them. > The failing test is search50.t, and the problem is where it does the following: > > - call survey() to get hash of name => path > - foreach name, then call find() and check it returns the same path > > There are two CPAN Testers fails: > > http://www.cpantesters.org/cpan/report/4ddcddb1-6c58-1014-bec3-a1032b7077ee <http://www.cpantesters.org/cpan/report/4ddcddb1-6c58-1014-bec3-a1032b7077ee> > http://www.cpantesters.org/cpan/report/39970866-dd9c-11e5-a3ee-89603848fe5a <http://www.cpantesters.org/cpan/report/39970866-dd9c-11e5-a3ee-89603848fe5a> > > Basically the problem is that > > - the pod directory has both perlpodstyle and perlpodstyle.pod in it (how come?!) Is it possible that the testers have files left over from previous test runs? jimk