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