Re: DBD::XML
Nigel Horne <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
On 09/04/2016 03:41 PM, Tim Bunce wrote: > On Sun, Sep 04, 2016 at 08:33:21AM -0400, Nigel Horne wrote: >> On 4/9/16 05:56, Tim Bunce wrote: >>>> So here's an interesting one. Any thoughts on this? I assumed it all got >>>> pulled in magically, but I guess I'm missing something. But what? >>>> >>>> http://www.cpantesters.org/cpan/report/f9cbd816-7052-11e6-ab41-c893a58a4b8c >>> I've not listed DBI as a prerequisite, nor DBI::DBD::SqlEngine (which is >>> the first thing the module loads) so that test might have been running >>> with a funky older version. >> Thanks, Tim. The problem is that seems to be the case with a lot of >> smokers, not just a few, so I think it's something in need of more >> attention. I've added SQL::Statement to the pre-reqs since I saw that in >> some other code (I forget which now), I'll see if that helps. > Why not also add DBI::DBD::SqlEngine (0.06, I think) as a pre-req? > Seems appropriate since that's what the module 'use's. Great minds think alike, as it were, since I've done that. Now it builds OK on Travis which was patchy beforehand, so I am hoping for the best. > > Tim. -Nigel