Skip Menu |

This queue is for tickets about the Perinci-Sub-Gen-AccessTable-DBI CPAN distribution.

Report information
The Basics
Id: 112293
Status: resolved
Priority: 0/
Queue: Perinci-Sub-Gen-AccessTable-DBI

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

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



Subject: Tests fail with Perinci::Sub::Gen::AccessTable 0.55
If Perinci::Sub::Gen::AccessTable 0.55 is installed, then t/func.t fails: # dbpath = /var/tmp/cpansmoker-1023/2016022218/XT_gesyyoh Can't use string ("x") as an ARRAY ref while "strict refs" in use at /home/cpansand/.cpan/build/2016022218/Perinci-Sub-Gen-AccessTable-0.55-4MtTra/blib/lib/Perinci/Sub/Gen/AccessTable.pm line 648. # Child (ordering, detail) exited without calling finalize() # Failed test 'ordering, detail' # at /opt/perl-5.16.3/lib/site_perl/5.16.3/Test/Builder.pm line 279. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 1. t/func.t .................. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests Statistical analysis (negative theta is bad): **************************************************************** Regression 'mod:Perinci::Sub::Gen::AccessTable' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 51880584641042384.00 [1='eq_0.54'] 0.0000 0.0000 0.00 [2='eq_0.55'] -1.0000 0.0000 -46403405587920920.00 R^2= 1.000, N= 50, K= 3 ****************************************************************
Fixed, thanks.
On 2016-02-23 10:28:56, PERLANCAR wrote: Show quoted text
> Fixed, thanks.
Well, now it's the other way around: it fails for 0.54 and passes with 0.55. The minimum prereq version is probably missing?
On Tue, 23 Feb 2016 18:43:50 GMT, SREZIC wrote: Show quoted text
> On 2016-02-23 10:28:56, PERLANCAR wrote:
> > Fixed, thanks.
> > Well, now it's the other way around: it fails for 0.54 and passes with > 0.55. The minimum prereq version is probably missing?
Argh. You're right, fixed.