small test fix
David Kamholz [Tue, 7 Feb 2006 22:39:53 +0000 (22:39 +0000)]
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