projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Populate caches for related result sets even if they're empty
[dbsrgits/DBIx-Class.git]
/
t
/
63register_column.t
Commit
Line
Data
7653fdac
1
use strict;
8273e845
2
use warnings;
7653fdac
3
4
use Test::More;
5
use Test::Exception;
6
use lib qw(t/lib);
7
use DBICTest;
8
9
lives_ok {
10
DBICTest::Schema->load_classes('PunctuatedColumnName')
11
} 'registered columns with weird names';
12
13
done_testing;