Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / Log.pm
index af4c6f6..33672b5 100644 (file)
@@ -1,4 +1,5 @@
-package Log;
+package # hide from PAUSE 
+    Log;
 
 BEGIN { unshift @INC, './t/testlib'; }
 use base 'MyBase';