summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-05-04 01:07:11 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-05-04 01:07:11 (GMT)
commit9f5271afc2434c733e8d79a51a6e9ea8e6746109 (patch)
treedc275e5ed88b70f3b86a1803259bae90fe00f0d8 /Makefile.PL
parent3a09a75ce87c867c2f3efc1cf20ff1557cd0647d (diff)
added missing dep
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5b79606..b5f7244 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -19,6 +19,7 @@ WriteMakefile(
"Date::Calc" => 0,
"JSON::Any" => 0,
"URI" => 0,
+ "URI::Fetch" => 0,
"LWP" => 0
},
EXE_FILES => [ map { "utils/$_" } @utils ],