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