about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2015-02-16 20:20:43 -0800
committerFranck Cuny <franck@lumberjaph.net>2015-02-16 20:20:43 -0800
commit882a444887fa457046a8d357deb41fc1969f0e84 (patch)
treea7fb0b87689f90a94ff56f3302d4a54de2ec699d /t
parentAdd a __END__ section to Net::HTTP::API (diff)
downloadnet-http-api-882a444887fa457046a8d357deb41fc1969f0e84.tar.gz
Add __END__ section to all the lib files.
Diffstat (limited to 't')
-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'; }