From 6d7126e170a4295347cf050023c4790455227669 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 24 Jun 2019 17:23:27 +0200 Subject: move author tests to xt/ --- xt/00-compile-pm.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 xt/00-compile-pm.t (limited to 'xt/00-compile-pm.t') diff --git a/xt/00-compile-pm.t b/xt/00-compile-pm.t new file mode 100755 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(); -- cgit v1.2.3