summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/ASEAG.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-11 00:44:36 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-11 00:44:36 +0100
commit378e79d21c0586fd12d178a306e910e623e69920 (patch)
treebbc9912f1180900605d04622591f7a6b873432b7 /lib/Travel/Status/DE/ASEAG.pm
parent760fdc53ac4ba5e34b0ea6fe659dc81b462adfd1 (diff)
documentation x2
Diffstat (limited to 'lib/Travel/Status/DE/ASEAG.pm')
-rw-r--r--lib/Travel/Status/DE/ASEAG.pm22
1 files changed, 8 insertions, 14 deletions
diff --git a/lib/Travel/Status/DE/ASEAG.pm b/lib/Travel/Status/DE/ASEAG.pm
index 21cd992..6e03c2a 100644
--- a/lib/Travel/Status/DE/ASEAG.pm
+++ b/lib/Travel/Status/DE/ASEAG.pm
@@ -180,11 +180,9 @@ version 1.04
=head1 DESCRIPTION
-Travel::Status::DE::ASEAG is an unofficial interface to the ASEAG departure
-monitor available at
-L<http://efa.vrr.de/vrr/XSLT_DM_REQUEST?language=de&itdLPxx_transpCompany=vrr&>.
-
-It reports all upcoming tram/bus/train departures at a given place.
+Travel::Status::DE::ASEAG is an unofficial interface to an ASEAG departure
+monitor. It reports all upcoming departures at a given place in real-time.
+Schedule information is not included.
=head1 METHODS
@@ -199,18 +197,14 @@ Arguments:
=over
-=item B<place> => I<place>
-
-Name of the place/city
-
-=item B<type> => B<address>|B<poi>|B<stop>
+=item B<stop> => I<name>
-Type of the following I<name>. B<poi> means "point of interest". Defaults to
-B<stop> (stop/station name).
+Name of the stop to list departures for.
-=item B<name> => I<name>
+=item B<fuzzy> => I<bool>
-address / poi / stop name to list departures for.
+A true value (default) allows fuzzy matching for the I<name> set above,
+a false one requires an exact string match.
=back