From f607d5862cd6cd6475ffac2c8f0b7c712284936d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Apr 2020 23:24:32 +1200 Subject: Correct required Perl version --- bin/inotifymask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3 From fb3f7ff5369a61b89fcdf5d84abb3576302b4b5d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Apr 2020 23:25:00 +1200 Subject: Bump VERSION --- bin/inotifymask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/inotifymask b/bin/inotifymask index d6f9b04..74e1a26 100644 --- a/bin/inotifymask +++ b/bin/inotifymask @@ -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'; -- cgit v1.2.3