summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-01-15 18:19:26 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-01-15 18:19:26 +0100
commit44a4671500bf7489987e6708199c3a8101381d9d (patch)
tree02aab06537a2e7ab378585fd2157eb834feef34d /Build.PL
parent9cac3de3f8f9b9aa1246b4c63981f4a20cd381e9 (diff)
Cache backend replies by default (if Cache::File is available)
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 0d83b6d..ce3c1ae 100644
--- a/Build.PL
+++ b/Build.PL
@@ -21,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,