Skip Menu |

This queue is for tickets about the Object-Wrapper CPAN distribution.

Report information
The Basics
Id: 52918
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Object-Wrapper

People
Owner: LEMBARK [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency on DBI
As the subject says. Find the cpantesters reports at http://www.cpantesters.org/distro/O/Object-Wrapper.html#Object-Wrapper-0.03 Please add the dependency so that automated tests can be accomplished smoothely. Thanks!
DBI is not required for all of the modules in the package. I've removed the failure on lack-of-DBI.


require DBI is now eval-ed, with stubs installed if DBI was not available (checked via $DBI::VERSION). Testing no longer requires DBI.