diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-11 16:33:39 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-11 16:33:39 +0200 |
commit | 602800aa7e48841a55420010d2495408a7b50722 (patch) | |
tree | f7e21471b6bb77ecffb4df8e78206ae2733d5f19 | |
parent | 8a751e5cd45327d77cd1b4afe7f4dbbbe7ce9a30 (diff) |
Remove accidentally-added Math::Polygon import
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index e8eac55..b2f7eee 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -14,7 +14,6 @@ use Digest::MD5 qw(md5_hex); use Encode qw(decode encode); use JSON; use LWP::UserAgent; -use Math::Polygon; use Travel::Status::DE::HAFAS::Journey; use Travel::Status::DE::HAFAS::Location; use Travel::Status::DE::HAFAS::Message; |