From 350e43f80686beb9933b2d33cde5ab214dd1229a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 10 Oct 2015 22:25:56 +0200 Subject: moar documentation --- bin/aseag-m | 8 ++++---- lib/Travel/Status/DE/ASEAG.pm | 2 +- lib/Travel/Status/DE/URA.pm | 24 ++++++++++++------------ lib/Travel/Status/DE/URA/Result.pm | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/aseag-m b/bin/aseag-m index 999d4a6..41bd188 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -308,9 +308,7 @@ See DateTime::Format::Duration(3pm) for allowed patterns. =item B<-v>, B<--via> I -Only show lines which also serve I. When used with B<-b>, -I must be in the schedule before I, with B<-f> it may be anywhere, -with B<-a> (and by default) it must be after I. +Only show lines which also serve I after I. =item B<-V>, B<--version> @@ -340,6 +338,8 @@ None. =item * LWP::UserAgent(3pm) +=item * Text::CSV(3pm) + =back =head1 BUGS AND LIMITATIONS @@ -348,7 +348,7 @@ Unknown. =head1 AUTHOR -Copyright (C) 2013 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE 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 Ederf@finalrewind.orgE +Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE =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. =item B => I -Only return departures containing I in their route. If B is set, -I must be in the route after the stop I. If, in addition to -that, B is set to B, I must be in the route -before the stop I. Implies C<< full_routes> => 'after' >> unless -B is explicitly set to B / B / 1. +Only return departures containing I in their route after their +corresponding stop. Implies B=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 Ederf@finalrewind.orgE +Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE =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 Ederf@finalrewind.orgE +Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE -- cgit v1.2.3