On Sun Apr 15 17:06:22 2012, ilmari wrote:
> This fixes the following bogus warning [perl #112456]:
>
> $ perl -e 'undef *^H'
> Warning: Use of "undef" without parentheses is ambiguous at -e line
> 1.
>
> Compare to the non-warning variant:
>
> $ perl -e 'undef *{^H}'
> ---
> t/lib/warnings/toke | 2 ++
> toke.c | 4 ++--
> 2 files changed, 4 insertions(+), 2 deletions(-)
Thank you. Applied as fbdd83da9d18.
--
Father Chrysostomos