about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/00_compile.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/00_compile.t b/t/00_compile.t
deleted file mode 100644
index a53f8e1..0000000
--- a/t/00_compile.t
+++ /dev/null
@@ -1,4 +0,0 @@
-use strict;
-use Test::More tests => 1;
-
-BEGIN { use Moose; use_ok 'Net::HTTP::API'; }