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

Build.PL: Add Travel::Status::DE::DBRIS and DateTime::Duration dependencies

parent 13e5d8d4
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -23,19 +23,20 @@ Module::Build->new(
		'perl'                                => '5.20.0',
		'Class::Accessor'                     => '0.16',
		'DateTime'                            => 0,
		'DateTime::Duration'                  => 0,
		'DateTime::Format::Strptime'          => 0,
		'Getopt::Long'                        => 0,
		'JSON'                                => 0,
		'List::Util'                          => 0,
		'LWP::UserAgent'                      => 0,
		'LWP::Protocol::https'                => 0,
		'Travel::Status::DE::DBRIS'           => '0.10',
		'Travel::Status::DE::DBRIS::Location' => '0.10',
	},
	script_files => 'bin/',
	sign         => 1,
	meta_merge   => {
		resources => {
			repository =>
			  'https://github.com/derf/Travel-Routing-DE-DBRIS'
		}
		resources =>
		  { repository => 'https://github.com/derf/Travel-Routing-DE-DBRIS' }
	},
)->create_build_script();