in reply to
Re^3: CPAN test suites with SQL
in thread
CPAN test suites with SQL
I use
Test::PostgreSQL
for that all the time, in my applications. I usually don't for my CPAN modules, though
SQL::Translator
's tests conditionally check for it and SKIP otherwise.
Comment on
Re^4: CPAN test suites with SQL
In Section
Seekers of Perl Wisdom