RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / lib / DBIC / Test / Schema.pm
diff --git a/t/lib/DBIC/Test/Schema.pm b/t/lib/DBIC/Test/Schema.pm
new file mode 100644 (file)
index 0000000..94f2362
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id: Schema.pm 3236 2007-05-05 16:24:35Z claco $\r
+package DBIC::Test::Schema;\r
+use strict;\r
+use warnings;\r
+\r
+BEGIN {\r
+    use base qw/DBIx::Class::Schema/;\r
+};\r
+__PACKAGE__->load_classes;\r
+\r
+sub dsn {\r
+    return shift->storage->connect_info->[0];\r
+};\r
+\r
+1;\r