summaryrefslogtreecommitdiff
path: root/t/01-compile-pl.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-08-02 11:57:07 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-08-02 11:57:07 +0200
commit2792616ea9bc8a3252c74f1eb20a5a80ca2e912c (patch)
treedab012a1055f233683edf1b9410f869af665ab57 /t/01-compile-pl.t
parent26e6e7194ffe86cf6a908246e335c07b55f5c655 (diff)
Add Build.PL and basic testsHEADmaster
Diffstat (limited to 't/01-compile-pl.t')
-rwxr-xr-xt/01-compile-pl.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/01-compile-pl.t b/t/01-compile-pl.t
new file mode 100755
index 0000000..92bff6e
--- /dev/null
+++ b/t/01-compile-pl.t
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::Compile;
+
+all_pl_files_ok();