The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package DBIx::CheckConnectivity::Driver::mysql;
use warnings;
use strict;
use base qw/DBIx::CheckConnectivity::Driver/;

1;

__END__

=head1 NAME

DBIx::CheckConnectivity::mysql - 

=head1 INTERFACE

=over 4

=back

=head1 AUTHOR

sunnavy  C<< <sunnavy@bestpractical.com> >>


=head1 LICENCE AND COPYRIGHT

Copyright 2009 Best Practical Solutions.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.