diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:23:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:23:53 +0200 |
commit | f26ffa675facd0f47356a6637afd6e309db4c7a8 (patch) | |
tree | 4766f6aa581ba6cc39f0c7f24a4e0bd9cbae7954 /xt/00-compile-pm.t | |
parent | 7d2ddd608cfeacd826100de80974b8d835e64f57 (diff) |
move author tests to xt/
Diffstat (limited to 'xt/00-compile-pm.t')
-rw-r--r-- | xt/00-compile-pm.t | 8 |
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(); |