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