aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-02 09:21:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-02 09:21:17 +1300
commit9988daacd32cc35bd8ed0da0c1dd14cbd6ec51bc (patch)
treedf6ff4ac5074b046e7a311d1238ae0b1543f42bb
parentMerge branch 'release/v0.08' (diff)
downloadinotifymask-9988daacd32cc35bd8ed0da0c1dd14cbd6ec51bc.tar.gz
inotifymask-9988daacd32cc35bd8ed0da0c1dd14cbd6ec51bc.zip
Correct format of minimum Perl version
-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',
},