diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-01 10:53:23 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-01 10:53:23 +0200 |
commit | 18c919fe959905141924a5f0b49865e59f2453ff (patch) | |
tree | d9bc59901730a03b234e0deee5042b59d1bbdb6b /lib/DBInfoscreen.pm | |
parent | 11ea0db3d6bd20e38b0eaab45d69c850256a0b5d (diff) |
do not use now-deprecated smartmatch feature4.17.1
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r-- | lib/DBInfoscreen.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index 4618059..092c45f 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -15,8 +15,6 @@ use JSON; use utf8; -no if $] >= 5.018, warnings => 'experimental::smartmatch'; - sub startup { my ($self) = @_; |