refactor module to itegrate with InflateColumn::DateTime and TimeStamp
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / lib / MySchema.pm
diff --git a/t/lib/MySchema.pm b/t/lib/MySchema.pm
new file mode 100644 (file)
index 0000000..9abbaa2
--- /dev/null
@@ -0,0 +1,10 @@
+package MySchema;
+
+use strict;
+use warnings;
+
+use base qw( DBIx::Class::Schema );
+
+__PACKAGE__->load_classes;
+
+1;