RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / lib / BadUUIDMaker.pm
diff --git a/t/lib/BadUUIDMaker.pm b/t/lib/BadUUIDMaker.pm
new file mode 100644 (file)
index 0000000..580adfd
--- /dev/null
@@ -0,0 +1,11 @@
+package BadUUIDMaker;
+
+use strict;
+use warnings;
+
+sub as_string {
+    return '12345678-1234-2345-3456-123456789090';
+};
+
+1;
+__END__
\ No newline at end of file