summaryrefslogtreecommitdiff
path: root/xt/author/portability.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/author/portability.t')
-rw-r--r--xt/author/portability.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/author/portability.t b/xt/author/portability.t
new file mode 100644
index 0000000..6d1d92d
--- /dev/null
+++ b/xt/author/portability.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+use Test::Portability::Files;
+
+run_tests();