Switch cursor accessor to CAG's component_class type for autoloading
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Cursor.pm
diff --git a/t/lib/DBICTest/Cursor.pm b/t/lib/DBICTest/Cursor.pm
new file mode 100644 (file)
index 0000000..7f8873f
--- /dev/null
@@ -0,0 +1,7 @@
+package DBICTest::Cursor;
+
+use strict;
+use warnings;
+use base qw/DBIx::Class::Storage::DBI::Cursor/;
+
+1;