PATCH: Taintedness and ternary conditional
authorAndy Lester <andy@petdance.com>
Thu, 26 Aug 2004 23:44:47 +0000 (18:44 -0500)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 1 Sep 2004 22:45:07 +0000 (22:45 +0000)
commit23634c1038ac02e06ed94c94fa7451ed7bca7315
tree0c66f1f3f23780d1328573519de5bbf2e8c2d6d2
parent45b25de691b683a193abf9d0c8a3bcbeaedd693c
PATCH: Taintedness and ternary conditional
Message-Id:  <20040827044447.GA5268@petdance.com>

add tests and documentation to the effect that ($tainted ? $a : $b)
doesn't necessarily return a tainted value. Also tidy the markup in
perldoc.pod

p4raw-id: //depot/perl@23253
pod/perlsec.pod
t/op/taint.t