From 69fab1ec04ecacd83e03b4e2b7cf0dd24846e899 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 29 Oct 2023 18:58:35 +0100 Subject: Remove superfluous smartmatch warning removal --- lib/Travel/Status/DE/HAFAS/StopFinder.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Travel/Status/DE/HAFAS/StopFinder.pm') diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm index 4ca8348..c55c6f9 100644 --- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm +++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm @@ -5,8 +5,6 @@ use warnings; use 5.014; use utf8; -no if $] >= 5.018, warnings => 'experimental::smartmatch'; - use Carp qw(confess); use Encode qw(decode); use JSON; -- cgit v1.2.3