summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/aseag-m8
-rw-r--r--lib/Travel/Status/DE/ASEAG.pm2
-rw-r--r--lib/Travel/Status/DE/URA.pm24
-rw-r--r--lib/Travel/Status/DE/URA/Result.pm2
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<stop>
-Only show lines which also serve I<stop>. When used with B<-b>,
-I<stop> must be in the schedule before I<name>, with B<-f> it may be anywhere,
-with B<-a> (and by default) it must be after I<name>.
+Only show lines which also serve I<stop> after I<name>.
=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 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/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