Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / OtherFilm.pm
index 2e78316..5d97101 100644 (file)
@@ -1,4 +1,5 @@
-package OtherFilm;
+package # hide from PAUSE 
+    OtherFilm;
 
 use strict;
 use base 'Film';