summaryrefslogtreecommitdiffstats
path: root/t/base2/Bar.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/base2/Bar.pm')
-rw-r--r--t/base2/Bar.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/base2/Bar.pm b/t/base2/Bar.pm
new file mode 100644
index 0000000..207dc68
--- /dev/null
+++ b/t/base2/Bar.pm
@@ -0,0 +1,7 @@
+package Bar;
+use strict;
+use warnings;
+
+sub bar { "bar" }
+
+1;