diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-19 12:49:41 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-19 12:49:41 +0100 |
commit | 1c82ee17d2fa06a79fe3b96883d603408b4fe74a (patch) | |
tree | 3eb7216bc56cfd2ae52b89969325ea0e3358a795 /Build.PL | |
parent | cfb45724bbc0cfcd2847dc0847d434bdcef0f2e2 (diff) |
Replace built-in Location package with Travel::Status::DE::HAFAS::Location
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -17,21 +17,22 @@ Module::Build->new( module_name => 'Travel::Routing::DE::HAFAS', license => 'perl', requires => { - 'perl' => '5.14.0', - 'Carp' => 0, - 'Class::Accessor' => '0.16', - 'DateTime' => 0, - 'DateTime::Duration' => 0, - 'DateTime::Format::Strptime' => 0, - 'Digest::MD5' => 0, - 'Getopt::Long' => 0, - 'JSON' => 0, - 'List::MoreUtils' => 0, - 'List::Util' => 0, - 'LWP::UserAgent' => 0, - 'LWP::Protocol::https' => 0, - 'Travel::Status::DE::HAFAS' => 0, - 'Travel::Status::DE::HAFAS::Message' => '4.19', + 'perl' => '5.14.0', + 'Carp' => 0, + 'Class::Accessor' => '0.16', + 'DateTime' => 0, + 'DateTime::Duration' => 0, + 'DateTime::Format::Strptime' => 0, + 'Digest::MD5' => 0, + 'Getopt::Long' => 0, + 'JSON' => 0, + 'List::MoreUtils' => 0, + 'List::Util' => 0, + 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' => 0, + 'Travel::Status::DE::HAFAS' => 0, + 'Travel::Status::DE::HAFAS::Location' => '5.00', + 'Travel::Status::DE::HAFAS::Message' => '4.19', }, script_files => 'bin/', sign => 1, |