summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-10-10 22:22:06 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-10-10 22:22:06 +0200
commit6d124ce1d3c5e399a1442d0ee40111a3fae031de (patch)
tree3faeabef1b8b42834df3895e24915ba301da87ac
parent4f02960fa6f4df00d0baa8d99a165643c8bdb72c (diff)
Update IRIS(3pm)
-rw-r--r--lib/Travel/Status/DE/IRIS.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 3b681ea..b759104 100644
--- a/lib/Travel/Status/DE/IRIS.pm
+++ b/lib/Travel/Status/DE/IRIS.pm
@@ -596,6 +596,14 @@ non-negative integer is accepted.
Passed on to C<< LWP::UserAgent->new >>. Defaults to C<< { timeout => 10 } >>,
you can use an empty hashref to unset the default.
+=item B<main_cache> => I<$ojj>
+
+A Cache::File(3pm) object used to cache station and timetable requests. Optional.
+
+=item B<realtime_cache> => I<$ojj>
+
+A Cache::File(3pm) object used to cache realtime data requests. Optional.
+
=item B<station> => I<stationcode>
Mandatory: Which station to return departures for. Note that this is not a
@@ -653,7 +661,7 @@ None.
=head1 BUGS AND LIMITATIONS
-Many backend features are not yet exposed.
+Some backend features are not yet exposed.
=head1 SEE ALSO