Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Extra / Foo.pm
index 9f8670f..2572ac3 100644 (file)
@@ -1,4 +1,5 @@
-package DBICTest::Extra::Foo;
+package # hide from PAUSE 
+    DBICTest::Extra::Foo;
 use base 'DBIx::Class';
 
 __PACKAGE__->load_components(qw/ ResultSetManager Core /);
@@ -6,4 +7,4 @@ __PACKAGE__->table('foo');
 
 sub bar : ResultSet { 'good' }
 
-1;
\ No newline at end of file
+1;