summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman/Foo.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/hide_middleman/Foo.pm')
-rw-r--r--t/hide_middleman/Foo.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/hide_middleman/Foo.pm b/t/hide_middleman/Foo.pm
new file mode 100644
index 0000000..463f6ec
--- /dev/null
+++ b/t/hide_middleman/Foo.pm
@@ -0,0 +1,6 @@
+package Foo;
+use strict;
+use warnings;
+
+use Bar;
+1;