summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-05-26 02:04:46 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-05-26 02:04:46 +0200
commit6c9c020f21b03377287d919ccff31b6e8fbfa9e6 (patch)
treeb24b5e111e7ce1e3a503097963a1f92baae6ce92
parentfefdf52038424752787fa68456cfd6ff715621e8 (diff)
downloadmum-6c9c020f21b03377287d919ccff31b6e8fbfa9e6.tar.gz
mum: Remove unnecessary feature import
-rwxr-xr-xsrc/mum2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mum b/src/mum
index de3f9c3..161d229 100755
--- a/src/mum
+++ b/src/mum
@@ -2,8 +2,6 @@
use strict;
use warnings;
-use feature qw/switch/;
-no warnings qw/experimental::smartmatch/;
use Data::Dumper;