diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 08:18:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 08:18:10 +0100 |
commit | f1ed161d81ee8277cf274b3c7b3a74fd717b30a1 (patch) | |
tree | 6c17c1ab3ffaa1ef7a79776c0b591bb00a1f97a9 /bin/aseag-m | |
parent | 04e8407bfaea198b995e976c0197e0801d31d487 (diff) |
rename module to Travel::Status::DE::URA (it's pretty generic)
Diffstat (limited to 'bin/aseag-m')
-rwxr-xr-x | bin/aseag-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index ca29fb6..bc4541a 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::ASEAG; +use Travel::Status::DE::URA; my (@grep_lines); my $full_route = 0; @@ -47,7 +47,7 @@ if ( @ARGV != 1 ) { my ($stop_name) = @ARGV; -my $status = Travel::Status::DE::ASEAG->new; +my $status = Travel::Status::DE::URA->new; sub show_help { my ($code) = @_; |