summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-16 11:35:41 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-16 11:35:41 -0600
commitd2b0e15ba48457994706988700eb875a3d29283f (patch)
tree60f8a3b294227cc2ffaa6adb8984e6679ef5c26e /dist.ini
parenta755501ca2be14d8a6c6476e4a3f94b2024c2847 (diff)
downloadplack-client-d2b0e15ba48457994706988700eb875a3d29283f.tar.gz
plack-client-d2b0e15ba48457994706988700eb875a3d29283f.zip
test dep on Test::TCP
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index cc53a32..02f985d 100644
--- a/dist.ini
+++ b/dist.ini
@@ -12,3 +12,6 @@ HTTP::Request = 0
Plack = 0.9966
Plack::App::Proxy = 0.16
perl = 5.8.1
+
+[Prereqs / TestRequires]
+Test::TCP = 0