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