diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-10 22:25:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-10 22:25:56 +0200 |
commit | 350e43f80686beb9933b2d33cde5ab214dd1229a (patch) | |
tree | 81a68e1678aac6300b72422d577b66d49ee47605 /lib | |
parent | 6b2932cd9b7df92ec8a35326fa861fa4291f0fb4 (diff) |
moar documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/ASEAG.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/URA.pm | 24 | ||||
-rw-r--r-- | lib/Travel/Status/DE/URA/Result.pm | 2 |
3 files changed, 14 insertions, 14 deletions
diff --git a/lib/Travel/Status/DE/ASEAG.pm b/lib/Travel/Status/DE/ASEAG.pm index 6689a7e..cc4e639 100644 --- a/lib/Travel/Status/DE/ASEAG.pm +++ b/lib/Travel/Status/DE/ASEAG.pm @@ -89,7 +89,7 @@ aseag-m(1), Travel::Status::DE::URA(3pm). =head1 AUTHOR -Copyright (C) 2013 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm index 5eee5d8..1a11d26 100644 --- a/lib/Travel/Status/DE/URA.pm +++ b/lib/Travel/Status/DE/URA.pm @@ -265,9 +265,10 @@ version 0.04 =head1 DESCRIPTION -Travel::Status::DE::URA is an unofficial interface URA-based realtime departure -monitors (as used e.g. by the ASEAG). It reports all upcoming departures at a -given place in real-time. Schedule information is not included. +Travel::Status::DE::URA is an unofficial interface to URA-based realtime +departure monitors (as used e.g. by the ASEAG). It reports all upcoming +departures at a given place in real-time. Schedule information is not +included. =head1 METHODS @@ -308,9 +309,9 @@ you can use an empty hashref to override it. =back Additionally, all options supported by C<< $status->results >> may be specified -here, causing them to be used as defaults. Note that while they may be -overridden later, they may limit the set of available departures requested from -the server. +here, causing them to be used as defaults. Note that while they can be +overridden later, they may limit the set of departures requested from the +server. =item $status->errstr @@ -349,11 +350,8 @@ Only return departures at stop I<name>. =item B<via> => I<vianame> -Only return departures containing I<vianame> in their route. If B<stop> is set, -I<vianame> must be in the route after the stop I<name>. If, in addition to -that, B<full_routes> is set to B<before>, I<vianame> must be in the route -before the stop I<name>. Implies C<< full_routes> => 'after' >> unless -B<full_routes> is explicitly set to B<before> / B<after> / 1. +Only return departures containing I<vianame> in their route after their +corresponding stop. Implies B<calculate_routes>=1. =back @@ -375,6 +373,8 @@ None. =item * LWP::UserAgent(3pm) +=item * Text::CSV(3pm) + =back =head1 BUGS AND LIMITATIONS @@ -387,7 +387,7 @@ Travel::Status::DE::URA::Result(3pm). =head1 AUTHOR -Copyright (C) 2013 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/URA/Result.pm b/lib/Travel/Status/DE/URA/Result.pm index b3a17c3..92be6c5 100644 --- a/lib/Travel/Status/DE/URA/Result.pm +++ b/lib/Travel/Status/DE/URA/Result.pm @@ -267,7 +267,7 @@ Travel::Status::DE::URA(3pm). =head1 AUTHOR -Copyright (C) 2013 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |