summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-30 13:40:47 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-30 13:40:47 +0100
commitb6b2f9926512b4bafa91b40bfe9bf3ba52abb4bb (patch)
tree8e9aee9d5143b129940f12cd18e9414498f6a777 /Build.PL
parente00fb0a18136ca8f4bf826952ce7a9b2328e10df (diff)
add README and example unit file
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index ef1f625..d46cfb2 100755
--- a/Build.PL
+++ b/Build.PL
@@ -25,8 +25,9 @@ Module::Build->new(
'DateTime::Format::Strptime' => 0,
'GD' => 0,
'Mojolicious::Lite' => 0,
- 'Travel::Status::DE::DeutscheBahn' => 1.01,
- 'Travel::Status::DE::VRR' => 1.04,
+ 'Travel::Status::DE::EFA' => 1.15,
+ 'Travel::Status::DE::HAFAS' => 2.03,
+ 'Travel::Status::DE::URA' => 2.01,
},
sign => 1,
dist_version_from => 'index.pl',