diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-19 17:06:30 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-19 17:06:30 +0200 |
commit | 6e50e9026c457a2f694c1a2dd7072948d5c9ec3e (patch) | |
tree | 4e04ea89f7007047b047a04113d32c99c182ea40 /cpanfile | |
parent | 829cb5f22d95a4422810f153ca2a084f623a3b12 (diff) |
Use train_no / line_no accessors provided by DBRIS 0.10
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ requires 'Mojolicious::Plugin::OAuth2'; requires 'Mojo::Pg'; requires 'Text::CSV'; requires 'Text::Markdown'; -requires 'Travel::Status::DE::DBRIS', '>= 0.08'; +requires 'Travel::Status::DE::DBRIS', '>= 0.10'; requires 'Travel::Status::DE::HAFAS', '>= 6.20'; requires 'Travel::Status::DE::IRIS'; requires 'UUID::Tiny'; |