normalize file naming

This commit is contained in:
2016-02-22 09:12:58 -05:00
parent eb7592d206
commit 1a0768b779
3 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ WriteMakefile(
File::Temp => 0.2304, File::Temp => 0.2304,
Regexp::Common => 2013031301, Regexp::Common => 2013031301,
}, },
'EXE_FILES' => [ 'bin/addvhost', 'EXE_FILES' => [ 'bin/add-vhost',
'bin/delvhost', 'bin/del-vhost',
'bin/listvhosts', 'bin/list-vhosts',
], ],
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>', 'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
); );