Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / BasicRels.pm
index c98c3ea..0e905df 100644 (file)
@@ -1,6 +1,8 @@
-package DBICTest::BasicRels;
+package # hide from PAUSE
+    DBICTest::BasicRels;
 
 use DBICTest::Schema;
 use DBICTest::Schema::BasicRels;
+use DBICTest::Setup;
 
 1;