projects
/
dbsrgits/DBIx-Class-Historic.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Reshape initial tests
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
DBICTest
/
Schema
/
NoSuchClass.pm
Commit
Line
Data
89271e56
1
package DBICTest::Schema::NoSuchClass;
2
3
## This is purposefully not a real DBIC class
4
## Used in t/102load_classes.t
5
6
1;