Skip Menu |

This queue is for tickets about the DBIx-Array CPAN distribution.

Report information
The Basics
Id: 127167
Status: resolved
Worked: 20 min
Priority: 0/
Queue: DBIx-Array

People
Owner: MRDVT [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/013_sqlwhere.t fails if DBD::SQLite is installed but SQL::Abstract is not (0.62)
On some of my smokers t/013_sqlwhere.t fails, probably because the test is not skipped if SQL::Abstract is not installed: ... Can't locate SQL/Abstract.pm in @INC (you may need to install the SQL::Abstract module) (@INC contains: ... .) at (eval 13) line 1. BEGIN failed--compilation aborted at (eval 13) line 1. # Looks like your test exited with 2 just after 5. t/013_sqlwhere.t .................. Dubious, test returned 2 (wstat 512, 0x200) Failed 157/162 subtests ...
On Sat Sep 22 03:34:14 2018, SREZIC wrote: Show quoted text
> On some of my smokers t/013_sqlwhere.t fails, probably because the > test is not skipped if SQL::Abstract is not installed:
The test has been updated to skip when SQL::Abstract is not installed. SQL::Abstract is not required for "sql" functions. It is only required for "abs" and "where" functions. Fixed in 0.63 coming to CPAN shortly. $ svn diff Changes +0.63 2018-10-02 + - Updated t/013_sqlwhere.t to pass when SQL::Abstract is not installed - RT127167 +