summaryrefslogtreecommitdiff
path: root/xt/00-compile-pm.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/00-compile-pm.t')
-rw-r--r--xt/00-compile-pm.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/00-compile-pm.t b/xt/00-compile-pm.t
new file mode 100644
index 0000000..2476ab2
--- /dev/null
+++ b/xt/00-compile-pm.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::More;
+use Test::Compile;
+
+all_pm_files_ok();