diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 14:11:19 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 14:11:19 +0100 |
commit | 9f18ac6ccccf43983b00fe7573cbd9fae04f0611 (patch) | |
tree | a306cbb734e8414b0b5912383fc7fafaee5af89c /bin | |
parent | 3e6db67758d71ed9f2474d2cc3d4e760814ed346 (diff) |
dbris: naming
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dbris | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -368,7 +368,7 @@ Show intermediate stops rather than just start/end of connection legs. Print result(s) as JSON and exit. This is a dump of internal data structures and not guaranteed to remain stable between minor versions. Please use the -Travel::Status::DE::DBRIS(3pm) module if you need a proper API. +Travel::Routing::DE::DBRIS(3pm) module if you need a proper API. =item B<-l>, B<--language> I<lang> @@ -386,7 +386,7 @@ Default: all modes. =item B<--no-cache> By default, if the Cache::File module is available, server replies are cached -for 90 seconds in F<~/.cache/Travel-Status-DE-DBRIS> (or a path relative to +for 90 seconds in F<~/.cache/Travel-Routing-DE-DBRIS> (or a path relative to C<$XDG_CACHE_HOME>, if set). Use this option to disable caching. You can use B<--cache> to re-enable it. @@ -424,6 +424,10 @@ None. =item * LWP::UserAgent(3pm) +=item * Travel::Routing::DE::DBRIS(3pm) + +=item * Travel::Status::DE::DBRIS(3pm) + =back =head1 BUGS AND LIMITATIONS |