This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the interaction of -w and -t when provided on the command-line
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 5 Jan 2007 14:37:31 +0000 (14:37 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 5 Jan 2007 14:37:31 +0000 (14:37 +0000)
commitb2e5e6ba5e47d15a5738d4108c62ba11afc28b4c
treef1dcb439321ece30fdbae25aff4d26bbca65cb07
parent0f4f294e5ec7fa2d3de004ee7c15e0fdd37e7dfc
Fix the interaction of -w and -t when provided on the command-line
and/or on the shebang line : do not reset the warning bits to
'only taint'.

p4raw-id: //depot/perl@29698
perl.c
pp_ctl.c