summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-10-16 18:37:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-10-16 18:37:36 +0200
commit6917fea6ee94a4dfca25a7b58541e12f34422d03 (patch)
tree9229413c42baa3b657b358a85e10a05251ed6b69 /Build.PL
parenta9eee385a519f90faf8f89f5612fb91094e0ce97 (diff)
do not filter cancelled departures from json
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index ad3cc07..f690af6 100755
--- a/Build.PL
+++ b/Build.PL
@@ -25,8 +25,8 @@ Module::Build->new(
'DateTime::Format::Strptime' => 0,
'GD' => 0,
'Mojolicious::Lite' => 0,
- 'Travel::Status::DE::DeutscheBahn' => 1.00,
- 'Travel::Status::DE::VRR' => 0.02,
+ 'Travel::Status::DE::DeutscheBahn' => 1.01,
+ 'Travel::Status::DE::VRR' => 1.04,
},
sign => 1,
dist_version_from => 'cgi/index.pl',