NAME
Test::Database::Driver::MyDriver - A Test::Database driver for MyDriver
SYNOPSIS
use Test::Database;
my @handles = Test::Database->handles( 'MyDriver' );
DESCRIPTION
This module is the Test::Database
driver for DBD::MyDriver
.
SEE ALSO
AUTHOR
Philippe Bruhat (BooK), <book@cpan.org>
COPYRIGHT
Copyright 2008-2009 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.