Loading lib/Travel/Routing/DE/HAFAS/Location.pm +8 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,14 @@ sub new { return $ref; } sub TO_JSON { my ($self) = @_; my $ret = { %{$self} }; return $ret; } 1; __END__ Loading Loading
lib/Travel/Routing/DE/HAFAS/Location.pm +8 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,14 @@ sub new { return $ref; } sub TO_JSON { my ($self) = @_; my $ret = { %{$self} }; return $ret; } 1; __END__ Loading