summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-07-02 15:17:57 +0200
committerfranck cuny <franck@lumberjaph.net>2009-07-02 15:17:57 +0200
commit96be0307e603e16875ba9e4de4a3a3bfdcc07d88 (patch)
tree7f3c7a41165c098b83bcfb130d67d4a832a1cfe0
parentadd LWPx::ParanoidAgent as new agent (diff)
downloadmoosex-useragent-96be0307e603e16875ba9e4de4a3a3bfdcc07d88.tar.gz
add lwpx::paranoidagent and repo
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 187abf0..df8c089 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,6 +10,7 @@ requires 'URI';
 requires 'HTTP::Request';
 requires 'HTTP::Response';
 requires 'LWP::UserAgent';
+requires 'LWPx::ParanoidAgent';
 requires 'Cache::FileCache';
 requries 'Cache::MemoryCache;'
 requires 'AnyEvent::HTTP';
@@ -22,4 +23,5 @@ author_tests 'xt';
 build_requires 'Test::More';
 use_test_base;
 auto_include;
+repository 'http://github.com/franckcuny/MooseX--UserAgent/tree/master';
 WriteAll;