summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL8
1 files changed, 7 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 68591a1..52bb8af 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,8 @@ use Module::Build;
Module::Build->new(
build_requires => {
+ 'File::Slurp' => 9999.19,
+ 'JSON' => 0,
'Test::Compile' => 0,
'Test::Fatal' => 0,
'Test::More' => 0,
@@ -19,6 +21,9 @@ Module::Build->new(
},
module_name => 'Travel::Status::DE::IRIS',
license => 'perl',
+ recommends => {
+ 'Cache::File' => 0,
+ },
requires => {
'perl' => '5.14.2',
'Carp' => 0,
@@ -26,13 +31,14 @@ Module::Build->new(
'DateTime' => 0,
'DateTime::Format::Strptime' => 0,
'Encode' => 0,
- 'Geo::Distance' => 0,
'Getopt::Long' => 0,
+ 'GIS::Distance' => 0,
'List::Compare' => '0.29',
'List::MoreUtils' => 0,
'List::Util' => 0,
'List::UtilsBy' => 0,
'LWP::UserAgent' => 0,
+ 'LWP::Protocol::https' => 0,
'Text::LevenshteinXS' => 0,
'XML::LibXML' => 0,
},