In article <[EMAIL PROTECTED]>, "Benjamin Goldberg" <[EMAIL PROTECTED]> wrote:
> Chromatic wrote: > [snip] >> sub parse_command_line { >> - usage() if defined $opt_help; >> - $opt_help = ""; # make -w shut up + usage() if defined >> $Options{help}; >> + $Options{help} = ""; # make -w shut up > > Isn't that "make -w shut up" is talking about a used only once warning? Surely > you don't need to assign "" there. Yes, it's unnecessary with the hash. Search and replace didn't catch it. I'll include it in my next patch to installhtml. -- c