about summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-08 10:28:03 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-08 10:28:03 +0100
commit20eca1a1c886da75a8c80a5dc8d8cdab25e83092 (patch)
treeec4be39cd3fe51c8d2e9eca2d54954a193210b38 /Makefile.PL
parentfix deserialisation (diff)
downloadnet-http-api-20eca1a1c886da75a8c80a5dc8d8cdab25e83092.tar.gz
Checking in changes prior to tagging of version 0.01. Changelog diff is:
Diffstat (limited to '')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1f2f818..727209a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,6 +5,8 @@ all_from 'lib/MooseX/Net/API.pm';
 requires 'Carp';
 requires 'Moose';
 requires 'Try::Tiny';
+requires 'URI';
+requires 'HTTP::Request';
 
 tests 't/*.t';
 author_tests 'xt';