Add saner warning when non-source classes encountered in schema subdir by load_classes.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / NoSuchClass.pm
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;