summaryrefslogtreecommitdiffstats
path: root/t/lib/06/Bar/Foo
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/06/Bar/Foo')
-rw-r--r--t/lib/06/Bar/Foo/Bad.pm7
-rw-r--r--t/lib/06/Bar/Foo/Good.pm7
2 files changed, 14 insertions, 0 deletions
diff --git a/t/lib/06/Bar/Foo/Bad.pm b/t/lib/06/Bar/Foo/Bad.pm
new file mode 100644
index 0000000..d4a58d3
--- /dev/null
+++ b/t/lib/06/Bar/Foo/Bad.pm
@@ -0,0 +1,7 @@
+package Bar::Foo::Bad;
+use strict;
+use warnings;
+
+our $VERSION = 0.01;
+
+1;
diff --git a/t/lib/06/Bar/Foo/Good.pm b/t/lib/06/Bar/Foo/Good.pm
new file mode 100644
index 0000000..f5d8b73
--- /dev/null
+++ b/t/lib/06/Bar/Foo/Good.pm
@@ -0,0 +1,7 @@
+package Bar::Foo::Good;
+use strict;
+use warnings;
+
+our $VERSION = 0.02;
+
+1;