RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / lib / UUIDTest / Schema.pm
diff --git a/t/lib/UUIDTest/Schema.pm b/t/lib/UUIDTest/Schema.pm
deleted file mode 100644 (file)
index ab60c7f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package # hide from PAUSE 
-    UUIDTest::Schema;
-
-use base qw/DBIx::Class::Schema/;
-
-no warnings qw/qw/;
-
-__PACKAGE__->load_classes(qw/ Test /);
-
-1;