Subject: | Undeclared dependency on DBI |
I find use DBI in lib/DBIx/SimpleQuery.pm:
11:package DBIx::SimpleQuery;
12-
13-use Carp;
14:use DBI;
15:use DBIx::SimpleQuery::Object;
16-
17-use strict;
but no mention of DBI in Makefile.PL or META.yaml. This makes automated
testing and installation difficult. Please add it to PREREQ_PM.
Thanks!