projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Yet another loose end on the cond collapser
[dbsrgits/DBIx-Class.git]
/
t
/
lib
/
DBICNSTest
/
RtBug41083
/
ResultSet.pm
Commit
Line
Data
e9c270c5
1
package DBICNSTest::RtBug41083::ResultSet;
2
use strict;
3
use warnings;
4
use base 'DBIx::Class::ResultSet';
5
1;