From: Tomas Doran Date: Sun, 10 Jan 2010 22:34:37 +0000 (+0000) Subject: Add extra deps X-Git-Tag: 0.002002~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=12f1305713050f39671e216a2526beb6f2e97d79 Add extra deps --- diff --git a/Makefile.PL b/Makefile.PL index 53a78f8..5a924aa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -103,6 +103,7 @@ requires_external_bin 'git'; test_requires 'Test::More' => '0.88'; test_requires 'Test::utf8' => '0.02'; +test_requires 'HTTP::Request::Common'; resources bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Gitalist'; resources repository => 'git://git.shadowcat.co.uk/catagits/Gitalist.git';