summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-09-01 10:53:23 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-09-01 10:53:23 +0200
commit18c919fe959905141924a5f0b49865e59f2453ff (patch)
treed9bc59901730a03b234e0deee5042b59d1bbdb6b /lib/DBInfoscreen.pm
parent11ea0db3d6bd20e38b0eaab45d69c850256a0b5d (diff)
do not use now-deprecated smartmatch feature4.17.1
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r--lib/DBInfoscreen.pm2
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) = @_;