First stab at restructuring with tests_recursive() - no functional changes
[dbsrgits/DBIx-Class-Historic.git] / t / cdbi / testlib / MyStarLinkMCPK.pm
similarity index 93%
rename from t/testlib/MyStarLinkMCPK.pm
rename to t/cdbi/testlib/MyStarLinkMCPK.pm
index 3e74a5b..dfc3ff2 100644 (file)
@@ -1,7 +1,6 @@
 package # hide from PAUSE 
     MyStarLinkMCPK;
 
-BEGIN { unshift @INC, './t/testlib'; }
 use base 'MyBase';
 
 use MyStar;