tests cleaned a little, added autoloading of on-disk class defs, added currently...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 11mysql_common.t
index dac7a51..c65c7b1 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use lib qw( . ./t );
+use lib qw(t/lib);
 use dbixcsl_common_tests;
 
 my $dsn         = $ENV{DBICTEST_MYSQL_DSN} || '';