From: Marius Gavrilescu Date: Sat, 19 Apr 2014 22:09:32 +0000 (+0300) Subject: Add some extra dependencies to Makefile.PL X-Git-Tag: 0.001003~7 X-Git-Url: http://git.ieval.ro/?p=www-search-torrentz.git;a=commitdiff_plain;h=8a1d27d8789769a658c0ea5fafbcfd503c6298e0 Add some extra dependencies to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 16c1212..598ec97 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,9 @@ WriteMakefile( qw/WWW::Search::Test 0/, }, PREREQ_PM => { - qw/WWW::Search 0/, + qw/HTML::TreeBuilder 0 + URI::Escape 0 + WWW::Search 0/, }, META_MERGE => { dynamic_config => 0,