summaryrefslogtreecommitdiffstats
path: root/t/dynamic3/Foo.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/dynamic3/Foo.pm')
-rw-r--r--t/dynamic3/Foo.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/dynamic3/Foo.pm b/t/dynamic3/Foo.pm
new file mode 100644
index 0000000..f46049c
--- /dev/null
+++ b/t/dynamic3/Foo.pm
@@ -0,0 +1,4 @@
+package Foo;
+use Bar;
+use Baz;
+1;