aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-02 09:21:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-02 09:21:59 +1300
commit05c823c223b70f3e1d2ca5f9c71ed514b71e0d5f (patch)
tree76ab10a81bc52a20924a500e32edcc233f236380 /Makefile.PL
parentMerge branch 'release/v0.08' (diff)
parentCorrect format of minimum Perl version (diff)
downloadinotifymask-05c823c223b70f3e1d2ca5f9c71ed514b71e0d5f.tar.gz
inotifymask-05c823c223b70f3e1d2ca5f9c71ed514b71e0d5f.zip
Merge branch 'hotfix/v0.09'HEADv0.09masterdevelop
* hotfix/v0.09: Correct format of minimum Perl version
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bfa5d9b..5dfe7bb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ WriteMakefile(
VERSION_FROM => 'bin/inotifymask',
LICENSE => 'MIT',
EXE_FILES => ['bin/inotifymask'],
- MIN_PERL_VERSION => '5.010_001',
+ MIN_PERL_VERSION => '5.010001',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},