summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-11-01 22:29:05 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-11-01 22:29:05 +0100
commit7a24a7d8168639e8e6a6c0f17429681dbdc2aed7 (patch)
treee1ea67d616ac971315844cc89dbd4e7549e9f587 /lib
parent4e9067186cbfb97c152b13076c33e1853cedee71 (diff)
support UIC codes
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Status/DE/IRIS.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 984c209..f9300f0 100644
--- a/lib/Travel/Status/DE/IRIS.pm
+++ b/lib/Travel/Status/DE/IRIS.pm
@@ -67,6 +67,7 @@ sub new {
$self->{station} = $opt{station};
$self->{station_code} = $station_node->getAttribute('eva');
+ $self->{station_name} = $station_node->getAttribute('name');
my $dt_req = $self->{datetime}->clone;
for ( 1 .. 3 ) {