summaryrefslogtreecommitdiff
path: root/t/Simple.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Simple.pm')
-rw-r--r--t/Simple.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/Simple.pm b/t/Simple.pm
new file mode 100644
index 0000000..c70eb65
--- /dev/null
+++ b/t/Simple.pm
@@ -0,0 +1,9 @@
+package t::Simple;
+
+{ use 5.006; }
+use warnings;
+use strict;
+
+our $VERSION = 1;
+
+"t::Simple return";