On Sun, Feb 21, 2010 at 08:32:32AM -0800, Nathan (Nat) Goodman wrote: > > It has been suggested that I use Test::Database and use whatever > drivers are available on the test site. Unfortunately this release > is tied to MySQL, not for any deep reason, but because that's what I > use in my "day job". I plan to expand to other DBMSs (SQLite, at > least), but I want to get this release out first, because it fixes > some important bugs, before adding major new functionality.
Test::Database lets you say which drivers you support, and will only provide handles for those. So when your module starts supporting new drivers, it's just a matter of updating your list. I'll be working on improving Test::Database during the QA Hackathon in Vienna, so I'm interested in any feedback you have on issues with this module. Thanks, -- Philippe Bruhat (BooK) History is made by the winners and written by those with the loudest voices. (Moral from Groo The Wanderer #10 (Epic))