conf

conf - my dotfiles manager
git clone git://git.alex.balgavy.eu/conf.git
Log | Files | Refs | README | LICENSE

commit cb4311aebfc76af2e12e244ea1bdce11c708515f
parent 88abd34016826fc13cbd8dbd87ffcf02622da0dc
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 22 Jul 2022 12:41:01 +0200

Document minimum perl version

Diffstat:
Mconf | 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';