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

We now recommend GIS::Distance

parent 06cbcd71
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ Module::Build->new(
	license     => 'perl',
	recommends  => {
		'Cache::File'   => 0,
		'GIS::Distance' => 0,
	},
	requires => {
		'perl'                       => '5.20.0',
@@ -34,9 +35,7 @@ Module::Build->new(
	script_files => 'bin/',
	sign         => 1,
	meta_merge   => {
		resources => {
			repository =>
			  'https://github.com/derf/Travel-Status-DE-DBRIS'
		}
		resources =>
		  { repository => 'https://github.com/derf/Travel-Status-DE-DBRIS' }
	},
)->create_build_script();