diff options
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 |
