summaryrefslogtreecommitdiff
path: root/t/01-compile-pl.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-06-24 17:23:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-06-24 17:23:53 +0200
commitf26ffa675facd0f47356a6637afd6e309db4c7a8 (patch)
tree4766f6aa581ba6cc39f0c7f24a4e0bd9cbae7954 /t/01-compile-pl.t
parent7d2ddd608cfeacd826100de80974b8d835e64f57 (diff)
move author tests to xt/
Diffstat (limited to 't/01-compile-pl.t')
-rw-r--r--t/01-compile-pl.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/01-compile-pl.t b/t/01-compile-pl.t
deleted file mode 100644
index f130ac4..0000000
--- a/t/01-compile-pl.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_pl_files_ok();