diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-11-16 10:43:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-11-16 10:43:15 +0100 |
commit | acd3e1adeca83d0409a9707cae6ab643c583b8d0 (patch) | |
tree | 4e78eb7a6e857ee8ae4694afe71cf2006acb7747 /lib/Travel/Status/DE/VRR | |
parent | 6b8626fd76efa0c779c2a3d4944279ba7a4827df (diff) |
Make date/time return real dates, add sched_date/sched_time, unicode fixes
Diffstat (limited to 'lib/Travel/Status/DE/VRR')
-rw-r--r-- | lib/Travel/Status/DE/VRR/Result.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/VRR/Result.pm b/lib/Travel/Status/DE/VRR/Result.pm index 93df048..93e651f 100644 --- a/lib/Travel/Status/DE/VRR/Result.pm +++ b/lib/Travel/Status/DE/VRR/Result.pm @@ -9,8 +9,7 @@ use parent 'Class::Accessor'; our $VERSION = '0.02'; Travel::Status::DE::VRR::Result->mk_ro_accessors( - qw(destination date time platform line info - countdown type) + qw(countdown date delay destination info line platform sched_date sched_time time type) ); sub new { |