summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-20 11:10:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-20 11:10:13 +0100
commitce5dc176beb29b0a0ccc6078ee03f5173eea52ed (patch)
tree285a3ebac32cc7ae2a979ba3c6cf0df21161caf9 /bin
parent7b781be7ae6bbe0dfe617e2d6a6f180f64e283a9 (diff)
use Travel::Status::DE::URA for implementation, ::ASEAG for ASEAG URLs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/aseag-m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index bc4541a..ca29fb6 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -13,7 +13,7 @@ use DateTime;
use DateTime::Format::Duration;
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(max);
-use Travel::Status::DE::URA;
+use Travel::Status::DE::ASEAG;
my (@grep_lines);
my $full_route = 0;
@@ -47,7 +47,7 @@ if ( @ARGV != 1 ) {
my ($stop_name) = @ARGV;
-my $status = Travel::Status::DE::URA->new;
+my $status = Travel::Status::DE::ASEAG->new;
sub show_help {
my ($code) = @_;