aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:24:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:24:32 +1200
commitf607d5862cd6cd6475ffac2c8f0b7c712284936d (patch)
tree602279e7fb3f2053c98b78e53a6fb47f7f2afbca
parentMerge branch 'hotfix/v0.02' (diff)
downloadinotifymask-f607d5862cd6cd6475ffac2c8f0b7c712284936d.tar.gz
inotifymask-f607d5862cd6cd6475ffac2c8f0b7c712284936d.zip
Correct required Perl version
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index cf9e3d3..d6f9b04 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -1,6 +1,6 @@
#!perl
-use 5.028_001;
+use 5.010_001;
use strict;
use warnings;
use utf8;