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