projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Yet another loose end on the cond collapser
[dbsrgits/DBIx-Class.git]
/
t
/
lib
/
DBICNSTest
/
Rslt
/
A.pm
1
package DBICNSTest::Rslt::A;
2
3
use warnings;
4
use strict;
5
6
use base qw/DBIx::Class::Core/;
7
__PACKAGE__->table('a');
8
__PACKAGE__->add_columns('a');
9
10
# part of a test, do not remove
11
$_ = 'something completely utterly bogus';
12
13
1;