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.

-- 
Klein bottle for rent - inquire within.

Reply via email to