pre-0.02 checkin
[gitmo/Class-C3.git] / t / lib / C.pm
diff --git a/t/lib/C.pm b/t/lib/C.pm
new file mode 100644 (file)
index 0000000..608ea0c
--- /dev/null
@@ -0,0 +1,4 @@
+package t::lib::C;
+use c3;
+use base ('t::lib::A', 't::lib::B');
+1;
\ No newline at end of file