summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index a5b2b85..a5eeab4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -15,6 +15,10 @@ Module::Build->new(
},
module_name => 'Travel::Status::DE::VRR',
license => 'perl',
+ recommends => {
+ 'Cache::File' => 0,
+ 'GIS::Distance' => 0,
+ },
requires => {
'perl' => '5.10.1',
'Carp' => 0,