Add some extra dependencies to Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Apr 2014 22:09:32 +0000 (01:09 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Apr 2014 22:09:32 +0000 (01:09 +0300)
Makefile.PL

index 16c1212c000e5eab8f9fdeeddfdf5755c09baf88..598ec9714ba2fb64fb00e877c51a7c6f506f8894 100644 (file)
@@ -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,
This page took 0.010307 seconds and 4 git commands to generate.