remove debugging; scripts renamed to omit suffix; added a list for vhosts

This commit is contained in:
2016-02-22 09:11:56 -05:00
parent bf580aee06
commit eb7592d206
5 changed files with 18 additions and 3 deletions

View File

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