diff options
author | John Ankarström <john@ankarstrom.se> | 2021-05-26 02:04:46 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-05-26 02:04:46 +0200 |
commit | 6c9c020f21b03377287d919ccff31b6e8fbfa9e6 (patch) | |
tree | b24b5e111e7ce1e3a503097963a1f92baae6ce92 | |
parent | fefdf52038424752787fa68456cfd6ff715621e8 (diff) | |
download | mum-6c9c020f21b03377287d919ccff31b6e8fbfa9e6.tar.gz |
mum: Remove unnecessary feature import
-rwxr-xr-x | src/mum | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ use strict; use warnings; -use feature qw/switch/; -no warnings qw/experimental::smartmatch/; use Data::Dumper; |