Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / MyBase.pm
index 1fe9317..8cffd74 100644 (file)
@@ -5,8 +5,6 @@ use warnings;
 use strict;
 
 use DBI;
-
-use lib 't/lib';
 use DBICTest;
 
 use base qw(DBIx::Class::CDBICompat);