diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-01 12:32:20 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-01 12:32:20 +0200 |
commit | 0201467b3458a6ef74a3e7a975c0db065b0edb4c (patch) | |
tree | 34db3b898a93d320916cc2bc69feabf5c104388e /lib/Travel/Status/DE/VRR.pm | |
parent | 7e6b9de3abc7fd649d892560cad591465b5e2c91 (diff) |
do not use now-deprecated smartmatch feature
Diffstat (limited to 'lib/Travel/Status/DE/VRR.pm')
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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'; |