Hi Barbie
Does anyone have any recommendations for tests for CPAN modules which rely upon the ability to create a table in a database?Currently, my module's test suite tries some common username/password combinations on the MySQL 'test' database, and if that fails, skips all DB-related tests. I was wondering if there was a better idea. Maybe a Test::DBH module...?You're nearly there, its called 'Test::Database' :)
That's great news - thank you! Cheers Lee