Skip Menu |

This queue is for tickets about the WWW-Search CPAN distribution.

Report information
The Basics
Id: 12066
Status: resolved
Worked: 20 min
Priority: 0/
Queue: WWW-Search

People
Owner: MTHURN [...] cpan.org
Requestors: khourig [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.476
Fixed in: 2.479



Subject: Extra return chars breaks test
distribution: WWW-Search-2.476 perl version 5.8.6 OS: FreeBSD 4.11-STABLE During "make test", the embedded tests fail because Test::Inline doesn't like the extra \r characters in the .pm source files for the Null backend. After removing those characters, "make && make test" works ok.
From: ermeyers [...] adelphia.net
[guest - Tue Mar 29 23:35:16 2005]: Show quoted text
> distribution: WWW-Search-2.476 > perl version 5.8.6 > OS: FreeBSD 4.11-STABLE > > During "make test", the embedded tests fail because Test::Inline > doesn't like the extra \r characters in the .pm source files for > the Null backend. After removing those characters, "make && make > test" works ok. >
This 'extra \r' is also true of the other bug written for Null::Empty and Null::Error tests. These tests don't work because the tests fail in syntax: # @- #cat lib/WWW/Search/Null/Empty.pm | dos2unix > $sTempFname ; pod2test $sTempFname t/embedded-WWW-Search-Null-Empty.t # @- cat lib/WWW/Search/Null/Error.pm | dos2unix > $sTempFname ; pod2test $sTempFname t/embedded-WWW-Search-Null-Error.t Both bugs should be worked together, so that all the modules that use the WWW::Search module can install.