DBIx-MySQL-Replication-Slave
view release on metacpan or search on metacpan
t/connect.t view on Meta::CPAN
#!perl
use strict;
use warnings;
=head1 SYNOPSIS
In order to run these tests, you'll need to set your MySQL slave access
credentials in %ENV.
For example:
export SLAVE_DSN="dbi:mysql:database=my_database;host=my_db_hostname"
export SLAVE_USER=replication_user
export SLAVE_PASS=seekrit
Be aware that these tests will stop and start your slave machine. If you're
not comfortable with this, you can skip this test or comment out the tests
which you don't like.
( run in 1.118 second using v1.01-cache-2.11-cpan-4d50c553e7e )