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/EFA | |
parent | 7e6b9de3abc7fd649d892560cad591465b5e2c91 (diff) |
do not use now-deprecated smartmatch feature
Diffstat (limited to 'lib/Travel/Status/DE/EFA')
-rw-r--r-- | lib/Travel/Status/DE/EFA/Result.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/EFA/Stop.pm | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm index 3b4710a..6c8017b 100644 --- a/lib/Travel/Status/DE/EFA/Result.pm +++ b/lib/Travel/Status/DE/EFA/Result.pm @@ -4,8 +4,6 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => 'experimental::smartmatch'; - use parent 'Class::Accessor'; our $VERSION = '1.21'; diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm index 5656b17..17e0eb7 100644 --- a/lib/Travel/Status/DE/EFA/Stop.pm +++ b/lib/Travel/Status/DE/EFA/Stop.pm @@ -4,8 +4,6 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => 'experimental::smartmatch'; - use parent 'Class::Accessor'; our $VERSION = '1.21'; |