projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e8861f7
)
small test fix
David Kamholz [Tue, 7 Feb 2006 22:39:53 +0000 (22:39 +0000)]
t/lib/DBICTest/Extra/Foo.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/Extra/Foo.pm
b/t/lib/DBICTest/Extra/Foo.pm
index
65e539c
..
9f8670f
100644
(file)
--- a/
t/lib/DBICTest/Extra/Foo.pm
+++ b/
t/lib/DBICTest/Extra/Foo.pm
@@
-5,3
+5,5
@@
__PACKAGE__->load_components(qw/ ResultSetManager Core /);
__PACKAGE__->table('foo');
sub bar : ResultSet { 'good' }
+
+1;
\ No newline at end of file