diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-25 11:59:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-25 11:59:01 +0100 |
commit | ee862652ccce563963bb820665847fe0076dd458 (patch) | |
tree | 4a1be3e81b16cc1d8a6d5b70281c565268912c66 /lib/Travel | |
parent | ce5a38c439e2df71faf4813169c93b4314f240e2 (diff) |
Result: Remove superfluous bless() call
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 8cc2b0f..2d859d4 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -220,7 +220,7 @@ sub new { || $ref->{route_pre}[0] || $ref->{station}; - return bless( $ref, $obj ); + return $ref; } sub parse_ts { |