summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-05-26 02:06:03 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-05-26 02:06:03 +0200
commit10b8ea77afefce6dc08aed8d44f5730863707403 (patch)
tree5dcef71663b59cc6d9579509fadb8e91052daee0
parent6c9c020f21b03377287d919ccff31b6e8fbfa9e6 (diff)
downloadmum-10b8ea77afefce6dc08aed8d44f5730863707403.tar.gz
mum: Add explicit Perl version
-rwxr-xr-xsrc/mum1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mum b/src/mum
index 161d229..cba5c11 100755
--- a/src/mum
+++ b/src/mum
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use 5.010;
use strict;
use warnings;