diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-14 11:20:14 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-14 11:20:14 +0100 |
| commit | 664f6f0d2d9c971e10a6aefc54dd0597ef80e91e (patch) | |
| tree | 31dca99638b2e4e5f47b63009d50d69e272f587d /lib/Travel/Status/DE/DBRIS.pm | |
| parent | 8036bc9c815edab80db007e8e5e515e3fd1e1e4d (diff) | |
Release v0.190.19
Diffstat (limited to 'lib/Travel/Status/DE/DBRIS.pm')
| -rw-r--r-- | lib/Travel/Status/DE/DBRIS.pm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/DBRIS.pm b/lib/Travel/Status/DE/DBRIS.pm index 4644eaf..ad17461 100644 --- a/lib/Travel/Status/DE/DBRIS.pm +++ b/lib/Travel/Status/DE/DBRIS.pm @@ -19,7 +19,7 @@ use Travel::Status::DE::DBRIS::JourneyAtStop; use Travel::Status::DE::DBRIS::Journey; use Travel::Status::DE::DBRIS::Location; -our $VERSION = '0.18'; +our $VERSION = '0.19'; # {{{ Constructors @@ -473,7 +473,7 @@ Non-blocking variant; =head1 VERSION -version 0.18 +version 0.19 =head1 DESCRIPTION @@ -554,6 +554,11 @@ network reception) to be cached. Passed on to C<< LWP::UserAgent->new >>. Defaults to C<< { timeout => 10 } >>, you can use an empty hashref to unset the default. +=item B<num_vias> => I<$num> (station) + +For each departure, request the names of I<$num> stops between the requested +station and its terminus. Default: 5. + =item B<modes_of_transit> => I<\@arrayref> (station) Only consider the modes of transit given in I<arrayref> when listing |
