summaryrefslogtreecommitdiff
path: root/xt/01-compile-pl.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-24 17:22:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-24 17:22:46 +0200
commit16b3746a1d48b3a1c822f35e605f5554c409c45b (patch)
treecd00bb196fb2b0f21f38be08912dcebb5ac12b97 /xt/01-compile-pl.t
parentcc27bc6667f26c111cfb8e7246908de128c2fc6a (diff)
move author tests to xt/
Diffstat (limited to 'xt/01-compile-pl.t')
-rw-r--r--xt/01-compile-pl.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/01-compile-pl.t b/xt/01-compile-pl.t
new file mode 100644
index 0000000..f130ac4
--- /dev/null
+++ b/xt/01-compile-pl.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::More;
+use Test::Compile;
+
+all_pl_files_ok();