Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / Lazy.pm
index 74dc069..b30c34b 100644 (file)
@@ -1,4 +1,5 @@
-package Lazy;
+package # hide from PAUSE 
+    Lazy;
 
 BEGIN { unshift @INC, './t/testlib'; }
 use base 'DBIx::Class::Test::SQLite';