summaryrefslogtreecommitdiff
path: root/t/lib/TestModule.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/TestModule.pm')
-rw-r--r--t/lib/TestModule.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/TestModule.pm b/t/lib/TestModule.pm
new file mode 100644
index 0000000..ebf7dcd
--- /dev/null
+++ b/t/lib/TestModule.pm
@@ -0,0 +1,4 @@
+package TestModule;
+use Dist::Zilla::Plugin::Boilerplate 'foo';
+
+1;