summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index ec1d27d..a5eeab4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -9,13 +9,16 @@ Module::Build->new(
build_requires => {
'File::Slurp' => 0,
'Test::More' => 0,
- 'Test::Pod' => 0,
},
configure_requires => {
'Module::Build' => 0.40,
},
module_name => 'Travel::Status::DE::VRR',
license => 'perl',
+ recommends => {
+ 'Cache::File' => 0,
+ 'GIS::Distance' => 0,
+ },
requires => {
'perl' => '5.10.1',
'Carp' => 0,