Skip Menu |

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

Report information
The Basics
Id: 19751
Status: open
Priority: 0/
Queue: Text-Decorator

People
Owner: Nobody in particular
Requestors: aaron [...] FreeBSD.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.65
Fixed in: (no value)



Subject: Make test fails under Perl 5.6 & Perl 5.8, FreeBSD 5.2.1
Test log below: t/1...............ok t/2...............ok t/3...............ok t/4...............Can't use filter Text::Decorator::Filter::Quoted at t/4.t line 7 dubious Test returned status 255 (wstat 65280, 0xff00) t/pod-coverage....# Looks like your test died before it could output anything. skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod.............skipped all skipped: Test::Pod 1.00 required for testing POD t/quoted..........Can't use filter Text::Decorator::Filter::Quoted at t/quoted.t line 16 dubious Test returned status 255 (wstat 65280, 0xff00) t/ttbridge........# Looks like your test died before it could output anything. ok t/urifind.........ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/4.t 255 65280 ?? ?? ?? t/quoted.t 255 65280 ?? ?? ?? 2 tests skipped. Failed 2/9 test scripts. 0/20 subtests failed. Files=9, Tests=20, 15 wallclock secs ( 2.51 cusr + 0.46 csys = 2.97 CPU)
Subject: Re: [rt.cpan.org #19751] Make test fails under Perl 5.6 & Perl 5.8, FreeBSD 5.2.1
Date: Tue, 6 Jun 2006 23:07:46 +0100
To: Guest via RT <bug-Text-Decorator [...] rt.cpan.org>
From: Tony Bowden <tony [...] kasei.com>
On Tue, Jun 06, 2006 at 05:01:57PM -0400, Guest via RT wrote: Show quoted text
> t/4...............Can't use filter Text::Decorator::Filter::Quoted at > t/4.t line 7
Can you run this manually and see if you can see what's going on? Everything works fine here. Thanks, Tony
On Tue Jun 06 18:08:30 2006, tony@kasei.com wrote: Show quoted text
> On Tue, Jun 06, 2006 at 05:01:57PM -0400, Guest via RT wrote:
> > t/4...............Can't use filter Text::Decorator::Filter::Quoted at > > t/4.t line 7
> > Can you run this manually and see if you can see what's going on? > Everything works fine here. >
The test fails if Text::Quoted is not installed. Regards, Slaven