projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dbicadmin now works when not specifying the where clause.
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
ForeignComponent.pm
1
# belongs to t/05components.t
2
package # hide from PAUSE
3
DBICTest::ForeignComponent;
4
use warnings;
5
use strict;
6
7
use base qw/ DBIx::Class /;
8
9
__PACKAGE__->load_components( qw/ +DBICTest::ForeignComponent::TestComp / );
10
11
1;