aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:47:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 21:47:38 +1200
commit88f51b34462d1126bce9098dbd4c43e46978b45e (patch)
tree46d35202ca75a40c767a6c9b2db4a27f8cd808b2
parentUpdate systemd service sample to reflect recursion (diff)
downloadinotifymask-88f51b34462d1126bce9098dbd4c43e46978b45e.tar.gz
inotifymask-88f51b34462d1126bce9098dbd4c43e46978b45e.zip
Remove File::stat from install procedure
It's been core since Perl v5.4.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0387466..8ce1ad0 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Install
You need Perl v5.10.1 or newer.
- $ cpanm Const::Fast File::stat Linux::Inotify2
+ $ cpanm Const::Fast Linux::Inotify2
$ perl Makefile.PL
$ make
$ sudo make install