commit cb4311aebfc76af2e12e244ea1bdce11c708515f parent 88abd34016826fc13cbd8dbd87ffcf02622da0dc Author: Alex Balgavy <alex@balgavy.eu> Date: Fri, 22 Jul 2022 12:41:01 +0200 Document minimum perl version Diffstat:
M | conf | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/conf b/conf @@ -1,4 +1,5 @@ #!/usr/bin/perl +use 5.006; use strict; use warnings; use Getopt::Long 'GetOptions';