This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new taint error, "%ENV is aliased to %s".
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 27 Oct 2003 19:33:29 +0000 (19:33 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 27 Oct 2003 19:33:29 +0000 (19:33 +0000)
commitc038024b577f2d327a253e9cab04220b888a4e11
tree7323913f0cf17026dcce22cc653d4e813c1394ea
parentf9c83c4111111c281c2aa7b6ba5e0bb5dd3348cd
Add a new taint error, "%ENV is aliased to %s".
This error is thrown when taint checks are enabled and
when *ENV has been aliased, so that %ENV has no env-magic
anymore. (see bug [perl #24291].)

p4raw-id: //depot/perl@21563
pod/perldiag.pod
t/op/taint.t
taint.c