summaryrefslogtreecommitdiffstats
path: root/t/lib/runtime/Bar/Foo.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/runtime/Bar/Foo.pm')
-rw-r--r--t/lib/runtime/Bar/Foo.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/t/lib/runtime/Bar/Foo.pm b/t/lib/runtime/Bar/Foo.pm
new file mode 100644
index 0000000..99341ac
--- /dev/null
+++ b/t/lib/runtime/Bar/Foo.pm
@@ -0,0 +1,18 @@
+package Bar::Foo;
+use strict;
+use warnings;
+
+use Bar::Foo::Good;
+use Bar::Foo::Bad;
+
+our $VERSION = 0.01;
+
+sub contents {
+ local $/;
+ <DATA>
+}
+
+1;
+
+__DATA__
+__DATA__ for Bar::Foo