From 26deb42e6fca8206c437eb3223429ac0fec84fc2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 May 2011 15:10:24 +0200 Subject: More descriptive accessor names in Net::Travel::DE::VRR::Route::Part --- bin/efa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index f257532..dcfca12 100755 --- a/bin/efa +++ b/bin/efa @@ -115,8 +115,8 @@ for my $i ( 0 .. $#routes ) { printf( "%-5s ab %-30s %-20s %s\n%-5s an %-30s\n\n", $c->get( - qw(dep_time dep_stop train_line train_dest arr_time - arr_stop) + qw(departure_time departure_stop train_line + train_destination arrival_time arrival_stop) ), ); } -- cgit v1.2.3