The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$::test_dsn ||= $ENV{'DBI_DSN'} || 'DBI:mysql:database=test';
$::test_user ||= $ENV{'DBI_USER'}  ||  '';
$::test_password ||= $ENV{'DBI_PASS'}  ||  '';

1;