Subject: | Undeclared dependency on DBI |
In your test.pl I find
./test.pl:4:require DBI;
but in your Makefile.PL I find no corresponding declaration of the
prereq DBI. That's leading to unnecessary FAIL reports as you can see here:
http://matrix.cpantesters.org/?dist=Tk-JBrowseEntry-4.74
You may want to change that so that the FAIL reports disappear or reveal
real problems.
HTH && Regards,