Skip Menu |

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

Report information
The Basics
Id: 113130
Status: rejected
Priority: 0/
Queue: DBIx-Array

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

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



CC: JANPAZ [...] cpan.org
Subject: Fails if JANPAZ/DBD-XBase-1.06.tar.gz is installed
As per subject. Unfortunately the dependency on DBD::XBase is not declared. I'd recommend to add it to the dependencies, at least when it is already there, because it influences the results of the tests. Sample fail report: http://www.cpantesters.org/cpan/report/3369116e-eb7a-11e5-b880-6cf0864cb8f0 The report does not even detect the version of DBD::CPAN, it is just my guess that it must have been 1.06 because I tested similar conditions. Downgrading to JANPAZ/DBD-XBase-1.05.tar.gz seems to do as a workaround. HTH&&Thanks&&Greetings
On Thu Mar 17 16:16:52 2016, ANDK wrote: Show quoted text
> the dependency on DBD::XBase is not declared.
The tests would skip if the module does not load. So, it is not a dependency. Show quoted text
> Downgrading to JANPAZ/DBD-XBase-1.05.tar.gz seems to do as a workaround.
Are you saying that DBD-XBase-1.06 is not backwards compatible? Do you want me to skip tests when DBD::XBase = 1.06? I'm running EL6 at perl-DBD-XBase-0.241-9.el6.noarch and all tests pass. All test pass when hiding the DBD::XBase package as well. $ perl -MDevel::Hide=DBD::XBase t/002_abs_functions.t Mike mrdvt92
CC: ANDK [...] cpan.org, JANPAZ [...] cpan.org
Subject: Re: [rt.cpan.org #113130] Fails if JANPAZ/DBD-XBase-1.06.tar.gz is installed
Date: Tue, 3 May 2016 12:06:58 +0000
To: "Michael R. Davis via RT" <bug-DBIx-Array [...] rt.cpan.org>
From: Jan Pazdziora <JANPAZ [...] cpan.org>
On Mon, May 02, 2016 at 05:46:49PM -0400, Michael R. Davis via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=113130 > > > The tests would skip if the module does not load. So, it is not a dependency. >
> > Downgrading to JANPAZ/DBD-XBase-1.05.tar.gz seems to do as a workaround.
> > Are you saying that DBD-XBase-1.06 is not backwards compatible? Do you want me to skip tests when DBD::XBase = 1.06?
There is a regression in DBD-XBase-1.06. I have now made DBD-XBase-1.07 to fix the regression, I've tested that DBIx-Array-0.49 tests pass with that version, and I've pushed it to CPAN. I'm sorry for the trouble caused. -- Jan Pazdziora
On Tue May 03 08:07:14 2016, JANPAZ wrote: Show quoted text
> There is a regression in DBD-XBase-1.06.