Skip Menu |

This queue is for tickets about the DBIx-SimpleQuery CPAN distribution.

Report information
The Basics
Id: 65983
Status: resolved
Priority: 0/
Queue: DBIx-SimpleQuery

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: (no value)



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!
On Mon Feb 21 02:07:49 2011, ANDK wrote: Show quoted text
> 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.
Fixed in version 0.05, just uploaded to CPAN. Thanks! Steve