diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-01 07:18:49 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-01 07:19:13 +0200 |
commit | d6b7c4e95788bc59fe99111066245dd4da75ef78 (patch) | |
tree | 77a98b8b0d7825eed9e2dec71b2a9d2f9b939675 /lib/Travel/Routing/DE/VRR.pm | |
parent | 5da08b171bdbd01f3345924137331b808572dc2f (diff) |
do not use the now-deprecated smartmatch feature
Closes #14
Diffstat (limited to 'lib/Travel/Routing/DE/VRR.pm')
-rw-r--r-- | lib/Travel/Routing/DE/VRR.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm index e13522f..1c2f771 100644 --- a/lib/Travel/Routing/DE/VRR.pm +++ b/lib/Travel/Routing/DE/VRR.pm @@ -4,8 +4,6 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => "experimental::smartmatch"; - our $VERSION = '2.21'; use parent 'Travel::Routing::DE::EFA'; |