From ef9542106adb6b8ea6cc40f9a98c808b305e6a28 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 14 Jun 2025 15:08:20 +0200 Subject: Build.PL: Add Cache::File and GIS::Distance as recommended dependencies --- Build.PL | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit v1.2.3