This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Incorrect variable reported in uninitialized value warning.
authorDave Mitchell <davem@fdisolutions.com>
Sun, 22 Jun 2008 19:05:31 +0000 (19:05 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sun, 22 Jun 2008 19:05:31 +0000 (19:05 +0000)
commit8b0dea507b8f946d8546917b8fda74bfbf233ac0
treeb8655ccd4befccb5eacf2fa46b7f914d3cb5a34b
parenta73918ec93a602356d85f41060eaacc67da45b23
Incorrect variable reported in uninitialized value warning.
Ops that can return undef even for defined args, could mistakenly
warn that the arg was undefined.

p4raw-id: //depot/perl@34077
sv.c
t/lib/warnings/9uninit