Add tests for my fail. Fixed already with the dependencies in Makefile.PL
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 06c3_issues.t
diff --git a/t/06c3_issues.t b/t/06c3_issues.t
new file mode 100644 (file)
index 0000000..87a60a6
--- /dev/null
@@ -0,0 +1,16 @@
+use strict;
+use warnings;
+
+use FindBin qw/$Bin/;
+use lib "$Bin/lib";
+
+use Test::More tests => 1;
+
+# This fails for me on 5.8.8 with the following module versions:
+#
+# Class:C3                 0.21
+# Class::C3::Componentised 1.0005
+# DBIx::Class              0.08013 (0.08099_05 works)
+
+use TestAppC3Fail;
+