small test fix
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Extra / Foo.pm
index 65e539c..9f8670f 100644 (file)
@@ -5,3 +5,5 @@ __PACKAGE__->load_components(qw/ ResultSetManager Core /);
 __PACKAGE__->table('foo');
 
 sub bar : ResultSet { 'good' }
+
+1;
\ No newline at end of file