projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Viciously deal with more strictures fallout
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
testinclude
/
DBICTestAdminInc.pm
1
package DBICTestAdminInc;
2
3
use warnings;
4
use strict;
5
6
use base 'DBICTest::BaseSchema';
7
8
sub connect { exit 70 } # this is what the test will expect to see
9
10
1;