version 0.03 - fixed error verbage as per mst req - import into new repo
[dbsrgits/DBIx-Class-InflateColumn-Object-Enum.git] / t / lib / TestDB.pm
diff --git a/t/lib/TestDB.pm b/t/lib/TestDB.pm
new file mode 100644 (file)
index 0000000..db6f2a6
--- /dev/null
@@ -0,0 +1,10 @@
+package TestDB;
+
+use strict;
+use warnings;
+
+use base 'DBIx::Class::Schema';
+
+__PACKAGE__->load_classes;
+
+1;
\ No newline at end of file