summaryrefslogtreecommitdiffstats
path: root/t/lib/06/Bar/Baz.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/06/Bar/Baz.pm')
-rw-r--r--t/lib/06/Bar/Baz.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/lib/06/Bar/Baz.pm b/t/lib/06/Bar/Baz.pm
new file mode 100644
index 0000000..8704283
--- /dev/null
+++ b/t/lib/06/Bar/Baz.pm
@@ -0,0 +1,10 @@
+package Bar::Baz;
+use strict;
+use warnings;
+
+use Bar::Baz::Good;
+use Bar::Baz::Bad;
+
+our $VERSION = 0.02;
+
+1;