Subject: | Dependency declaration insufficient |
According to this line:
https://metacpan.org/source/JROBINSON/Locale-Object-0.79/Build.PL#L37
Build.PL fails when DBD::SQLite is not installed.
Such a requirement is called 'configure_requires' in the META.yml specification. If you declare DBI and DBD::SQLite as configure_requires, then the whole installation can be automated, and tested as all the rest of the CPAN.
Sample problem report:
http://www.cpantesters.org/cpan/report/2b0d0fa6-90e8-11e2-8ec5-c65d3b384401
Would not happen with configure_requires declared.
HTH, Thanks && Regards,