Skip Menu |

This queue is for tickets about the UMLS-Interface CPAN distribution.

Report information
The Basics
Id: 43648
Status: resolved
Priority: 0/
Queue: UMLS-Interface

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

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



Subject: Undeclared dependency DBD::mysql
t/access.t .. ok install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains... This looks like U:I is dependent on DBD::mysql, so could you please declare it in PREREQ_PM in the Makefile.PL? Thanks,
On Thu Feb 26 02:12:54 2009, ANDK wrote: Show quoted text
> t/access.t .. ok > install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC > contains... > > > This looks like U:I is dependent on DBD::mysql, so could you please > declare it in PREREQ_PM in the Makefile.PL? > > Thanks,
Done! 'PREREQ_PM' => {'DBI' => '0', 'DBD::mysql' => '0', 'Digest::SHA1' => '2.12', 'File::Spec' => '3.31', 'File::Path' => '2.08'},
Makefile.PL updated.