diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-09 06:40:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-09 06:40:04 +0200 |
commit | 10750ae5d92f19b264fe0793659a146c3b1d6c14 (patch) | |
tree | c560f35e2358e36b2a1ed3a4ec537a1b4140bfc4 /t/00-compile-pm.t | |
parent | bb4034f3ae1c8e54391e57135d604f22d6edcc26 (diff) |
Move author tests to xt/
Diffstat (limited to 't/00-compile-pm.t')
-rwxr-xr-x | 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 100755 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(); |