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