remove debugging; scripts renamed to omit suffix; added a list for vhosts
This commit is contained in:
@ -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>',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user