Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / MyBase.pm
index 4950087..da1e86f 100644 (file)
@@ -1,4 +1,5 @@
-package MyBase;
+package # hide from PAUSE
+    MyBase;
 
 use strict;
 use base qw(DBIx::Class);