From 0201467b3458a6ef74a3e7a975c0db065b0edb4c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 1 Sep 2023 12:32:20 +0200 Subject: do not use now-deprecated smartmatch feature --- lib/Travel/Status/DE/VRR.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Travel/Status/DE/VRR.pm') diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index 6af13e0..e9fa140 100644 --- a/lib/Travel/Status/DE/VRR.pm +++ b/lib/Travel/Status/DE/VRR.pm @@ -4,8 +4,6 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => "experimental::smartmatch"; - our $VERSION = '1.21'; use parent 'Travel::Status::DE::EFA'; -- cgit v1.2.3