Skip Menu |

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

Report information
The Basics
Id: 109981
Status: new
Priority: 0/
Queue: Text-Decorator

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

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



Subject: Can't use filter Text::Decorator::Filter::Quoted
Some tests fail because Text::Decorator::Filter::Quoted cannot be used (4.t, pod-coverage.t, quoted.t): Can't use filter Text::Decorator::Filter::Quoted at t/4.t line 7. # Looks like your test exited with 2 before it could output anything. t/4.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run
On 2015-11-30 15:10:27, SREZIC wrote: Show quoted text
> Some tests fail because Text::Decorator::Filter::Quoted cannot be used > (4.t, pod-coverage.t, quoted.t): > > Can't use filter Text::Decorator::Filter::Quoted at t/4.t line 7. > # Looks like your test exited with 2 before it could output anything. > t/4.t ............. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run
It seems that the test suite fails if Text::Quoted is not installed. So probably either the failing tests should be skipped if this module is absent, or if it's not optional then it should be declared as a dependency.
On 2019-05-24 01:39:18, SREZIC wrote: Show quoted text
> On 2015-11-30 15:10:27, SREZIC wrote:
> > Some tests fail because Text::Decorator::Filter::Quoted cannot be > > used > > (4.t, pod-coverage.t, quoted.t): > > > > Can't use filter Text::Decorator::Filter::Quoted at t/4.t line 7. > > # Looks like your test exited with 2 before it could output anything. > > t/4.t ............. > > Dubious, test returned 2 (wstat 512, 0x200) > > No subtests run
> > It seems that the test suite fails if Text::Quoted is not installed. > So probably either the failing tests should be skipped if this module > is absent, or if it's not optional then it should be declared as a > dependency.
It also fails if URI::Find is not installed: ... Couldn't load URI::Find at /home/cpansand/.cpan/build/2019052407/Text-Decorator-1.65-DP24aJ/blib/lib/Text/Decorator.pm line 90. t/urifind.t ....... skipped: (no reason given) Test Summary Report ------------------- t/urifind.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 ...
On 2019-05-24 01:48:06, SREZIC wrote: Show quoted text
> On 2019-05-24 01:39:18, SREZIC wrote:
> > On 2015-11-30 15:10:27, SREZIC wrote:
> > > Some tests fail because Text::Decorator::Filter::Quoted cannot be > > > used > > > (4.t, pod-coverage.t, quoted.t): > > > > > > Can't use filter Text::Decorator::Filter::Quoted at t/4.t line 7. > > > # Looks like your test exited with 2 before it could output > > > anything. > > > t/4.t ............. > > > Dubious, test returned 2 (wstat 512, 0x200) > > > No subtests run
> > > > It seems that the test suite fails if Text::Quoted is not installed. > > So probably either the failing tests should be skipped if this module > > is absent, or if it's not optional then it should be declared as a > > dependency.
> > It also fails if URI::Find is not installed: > > ... > Couldn't load URI::Find at /home/cpansand/.cpan/build/2019052407/Text- > Decorator-1.65-DP24aJ/blib/lib/Text/Decorator.pm line 90. > t/urifind.t ....... skipped: (no reason given) > > Test Summary Report > ------------------- > t/urifind.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > ...
Also on missing Template-Toolkit: ... Can't use filter Text::Decorator::Filter::TTBridge at t/ttbridge.t line 7. t/ttbridge.t ...... skipped: (no reason given) Can't use filter Text::Decorator::Filter::TTBridge at t/urifind.t line 7. t/urifind.t ....... skipped: (no reason given) ... Test Summary Report ------------------- ... t/ttbridge.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 t/urifind.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 ...