DBIx-Class-UUIDColumns now has it's own working test suite
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / lib / UUIDTest / Schema.pm
diff --git a/t/lib/UUIDTest/Schema.pm b/t/lib/UUIDTest/Schema.pm
new file mode 100644 (file)
index 0000000..ab60c7f
--- /dev/null
@@ -0,0 +1,10 @@
+package # hide from PAUSE 
+    UUIDTest::Schema;
+
+use base qw/DBIx::Class::Schema/;
+
+no warnings qw/qw/;
+
+__PACKAGE__->load_classes(qw/ Test /);
+
+1;