diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:22:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-24 17:22:46 +0200 |
commit | 16b3746a1d48b3a1c822f35e605f5554c409c45b (patch) | |
tree | cd00bb196fb2b0f21f38be08912dcebb5ac12b97 /t/00-compile-pm.t | |
parent | cc27bc6667f26c111cfb8e7246908de128c2fc6a (diff) |
move author tests to xt/
Diffstat (limited to 't/00-compile-pm.t')
-rw-r--r-- | t/00-compile-pm.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/00-compile-pm.t b/t/00-compile-pm.t deleted file mode 100644 index 2476ab2..0000000 --- a/t/00-compile-pm.t +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; -use 5.010; -use Test::More; -use Test::Compile; - -all_pm_files_ok(); |