diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-05-04 01:07:11 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-05-04 01:07:11 (GMT) |
commit | 9f5271afc2434c733e8d79a51a6e9ea8e6746109 (patch) | |
tree | dc275e5ed88b70f3b86a1803259bae90fe00f0d8 /Makefile.PL | |
parent | 3a09a75ce87c867c2f3efc1cf20ff1557cd0647d (diff) |
added missing dep
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
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 ], |