Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / NoSuchClass.pm
1 package DBICTest::Schema::NoSuchClass;
2
3 use warnings;
4 use strict;
5
6 ## This is purposefully not a real DBIC class
7 ## Used in t/102load_classes.t
8
9 1;