Scroll to navigation

Test::Database::Driver::mysql(3pm) User Contributed Perl Documentation Test::Database::Driver::mysql(3pm)

NAME

Test::Database::Driver::mysql - A Test::Database driver for mysql

SYNOPSIS

    use Test::Database;
    my @handles = Test::Database->handles( 'mysql' );

DESCRIPTION

This module is the "Test::Database" driver for "DBD::mysql".

SEE ALSO

Test::Database::Driver

AUTHOR

Philippe Bruhat (BooK), "<book@cpan.org>"

ACKNOWLEDGEMENTS

Many thanks to Kristian Koehntopp who helped me while writing a previous version of this module (before "Test::Database" 0.03).

COPYRIGHT

Copyright 2008-2010 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.
2010-11-27 perl v5.10.1