diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 14:35:36 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 14:35:36 +0100 |
commit | af7c4df627de42f29d13118d22feb74e521b37eb (patch) | |
tree | 5e2a6b8b2b7fad5d943f41a4e5f0cf7ddeff7daf /Build.PL | |
parent | 13e5d8d4decd4edbe11a3dc1242a7bd6039e9a37 (diff) |
Build.PL: Add Travel::Status::DE::DBRIS and DateTime::Duration dependencies
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 37 |
1 files changed, 19 insertions, 18 deletions
@@ -16,26 +16,27 @@ Module::Build->new( }, module_name => 'Travel::Routing::DE::DBRIS', license => 'perl', - recommends => { + recommends => { 'Cache::File' => 0, }, - requires => { - 'perl' => '5.20.0', - 'Class::Accessor' => '0.16', - 'DateTime' => 0, - 'DateTime::Format::Strptime' => 0, - 'Getopt::Long' => 0, - 'JSON' => 0, - 'List::Util' => 0, - 'LWP::UserAgent' => 0, - 'LWP::Protocol::https' => 0, + requires => { + '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' - } + script_files => 'bin/', + sign => 1, + meta_merge => { + resources => + { repository => 'https://github.com/derf/Travel-Routing-DE-DBRIS' } }, )->create_build_script(); |