summaryrefslogtreecommitdiffstats
path: root/t/lib/06
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/06')
-rw-r--r--t/lib/06/Bar/Bar.pm8
-rw-r--r--t/lib/06/Bar/Baz.pm8
-rw-r--r--t/lib/06/Bar/Foo.pm8
-rw-r--r--t/lib/06/Bar/Quux.pm8
4 files changed, 32 insertions, 0 deletions
diff --git a/t/lib/06/Bar/Bar.pm b/t/lib/06/Bar/Bar.pm
index b355817..d532db6 100644
--- a/t/lib/06/Bar/Bar.pm
+++ b/t/lib/06/Bar/Bar.pm
@@ -7,4 +7,12 @@ use Bar::Bar::Bad;
our $VERSION = 0.01;
+sub contents {
+ local $/;
+ <DATA>
+}
+
1;
+
+__DATA__
+__DATA__ for Bar::Bar
diff --git a/t/lib/06/Bar/Baz.pm b/t/lib/06/Bar/Baz.pm
index 8704283..b4db03b 100644
--- a/t/lib/06/Bar/Baz.pm
+++ b/t/lib/06/Bar/Baz.pm
@@ -7,4 +7,12 @@ use Bar::Baz::Bad;
our $VERSION = 0.02;
+sub contents {
+ local $/;
+ <DATA>
+}
+
1;
+
+__DATA__
+__DATA__ for Bar::Baz
diff --git a/t/lib/06/Bar/Foo.pm b/t/lib/06/Bar/Foo.pm
index 005ae1f..99341ac 100644
--- a/t/lib/06/Bar/Foo.pm
+++ b/t/lib/06/Bar/Foo.pm
@@ -7,4 +7,12 @@ use Bar::Foo::Bad;
our $VERSION = 0.01;
+sub contents {
+ local $/;
+ <DATA>
+}
+
1;
+
+__DATA__
+__DATA__ for Bar::Foo
diff --git a/t/lib/06/Bar/Quux.pm b/t/lib/06/Bar/Quux.pm
index 99d0312..1ec6f35 100644
--- a/t/lib/06/Bar/Quux.pm
+++ b/t/lib/06/Bar/Quux.pm
@@ -7,4 +7,12 @@ use Bar::Quux::Bad;
our $VERSION = 0.02;
+sub contents {
+ local $/;
+ <DATA>
+}
+
1;
+
+__DATA__
+__DATA__ for Bar::Quux