Initial commit
[dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git] / t / lib / MyApp1 / Schema / ResultSet / CD.pm
diff --git a/t/lib/MyApp1/Schema/ResultSet/CD.pm b/t/lib/MyApp1/Schema/ResultSet/CD.pm
new file mode 100644 (file)
index 0000000..ad776db
--- /dev/null
@@ -0,0 +1,8 @@
+package MyApp1::Schema::ResultSet::CD;
+
+use strict;
+use warnings;
+
+use parent 'DBIx::Class::ResultSet';
+
+1; # eof
\ No newline at end of file