Unverified Commit ef954210 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Build.PL: Add Cache::File and GIS::Distance as recommended dependencies

parent ad18e040
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,