in reply to
Unit Testing and Perl Module Development
Possible solutions are:
use
DBD::CSV
for testing. see
Class::DBI
's test suite.
make
Mock Object
for DBI classes.
--
Tatsuhiko Miyagawa
miyagawa@cpan.org
Comment on
Re: Unit Testing and Perl Module Development
In Section
Meditations