Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / CDBase.pm
index 80d8fc5..22c6262 100644 (file)
@@ -1,4 +1,5 @@
-package CDBase;
+package # hide from PAUSE 
+    CDBase;
 
 use strict;
 use base qw(DBIx::Class::Test::SQLite);