blob: 80e9522553b40f6f824a5f5ff234559adfdbf8e0 (
plain) (
blame)
1
2
3
4
5
6
7
|
This is a simple module for doing very very simple quick tests on a
database, primarily designed to test if a row exists with the correct
details in a table or not. For more advanced testing (joins, etc) it's
probably easier for you to roll your own tests by hand than use this
module.
WWW: http://search.cpan.org/dist/Test-DatabaseRow/
|