projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
add ResultSetManager tests
[dbsrgits/DBIx-Class.git]
/
t
/
lib
/
DBICTest
/
Extra
/
Foo.pm
Commit
Line
Data
762a7bb2
1
package DBICTest::Extra::Foo;
2
use base 'DBICTest::Extra::Base';
3
4
__PACKAGE__->table('foo');
5
6
sub bar : resultset { 'good' }