Package: perl
Version: 5.14.2-20
Severity: wishlist

More cases of bad warning messages.
$ perl -we 'undef $a, $b; if($a{r} < $b){}'
Useless use of a variable in void context at -e line 1.

Why can't it say which variable please?

Would it be that much skin off perl's back to name what it is talking
about?

Use of uninitialized value $b in numeric lt (<) at -e line 1.
Use of uninitialized value in numeric lt (<) at -e line 1.

Why can't it say which variable please?

What's so different between $a{r} and $b that one is left guessing?


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to