aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/inotifymask4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index cf9e3d3..74e1a26 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;
@@ -9,7 +9,7 @@ use Const::Fast;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
const our $SELF => 'inotifymask';