summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-11-19 12:49:41 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-11-19 12:49:41 +0100
commit1c82ee17d2fa06a79fe3b96883d603408b4fe74a (patch)
tree3eb7216bc56cfd2ae52b89969325ea0e3358a795 /Build.PL
parentcfb45724bbc0cfcd2847dc0847d434bdcef0f2e2 (diff)
Replace built-in Location package with Travel::Status::DE::HAFAS::Location
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL31
1 files changed, 16 insertions, 15 deletions
diff --git a/Build.PL b/Build.PL
index 564f909..f80720a 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,