added more many_to_many tests and changed add_to_rel to accept linking table column...
[dbsrgits/DBIx-Class-Historic.git] / t / testlib / MyStarLink.pm
index fe31e25..74a835c 100644 (file)
@@ -1,4 +1,5 @@
-package MyStarLink;
+package # hide from PAUSE 
+    MyStarLink;
 
 BEGIN { unshift @INC, './t/testlib'; }
 use base 'MyBase';