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
/
Rslt
/
B.pm
Commit
Line
Data
c87014e8
1
package DBICNSTest::Rslt::B;
4a233f30
2
3
use warnings;
4
use strict;
5
d88ecca6
6
use base qw/DBIx::Class::Core/;
44930c36
7
__PACKAGE__->table('b');
8
__PACKAGE__->add_columns('b');
9
1;