Re: "make test" fails installing DBI-1.632 (linux, perl5.8.8)
John Wiersba <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <CAMs4ZVtydiWWy9Fs6hmO9X=4pgUcWj4yjQTr67Ur=7FK0TDJOA@mail.gmail.com> |
After installing the latest version of Test::Simple, all tests passed, and the installation (and a test script) succeeded. Problem #3 is that the make (or make test) didn't fail with something like "dependency on Test::Simple 0.90 not satisfied". On Thu, Jan 8, 2015 at 8:46 AM, Tim Bunce <[email protected]> wrote: > On Wed, Jan 07, 2015 at 04:50:52PM -0500, John Wiersba wrote: >> >> I see in META.{json,yaml} that a later version of Test::Simple is >> required, but that doesn't seem to cause a noticable error message or >> abort the Makefile.PL/make/make test process. Installing the latest >> version of Test::Simple allows "make test" to succeed. > > So there's no problem now? Or did that just fix t/06attr.t? > > Tim.