NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
So what should be the order of precedence? (Score:1)
Waiting on the Road to Eventually, I lost my Place On Line
Re:So what should be the order of precedence? (Score:2)
(Sorry for the late answer...)
I agree that we have overlapping concerns, and that I have probably overlooked some use cases (I was concerned with testing over as many database engines as possible).
Regarding defaults, Test::Database will automatically fallback on any file-based database that is available.
Test::Database is about letting the system owner do all the hard work of configuring databases for us, and just providing what's available. Test::Database only provides the DSN information, but filling the database is up to the test author (or, if I understood correctly, your module). On the other hand, it garantees you'll get the same DSN information between scripts in the same test suite (the mapping algorithm is based on the cwd).
We should probably continue by email, if you're interested.
Reply to This
Parent