undo change#2465 (qw[] is a real list now)
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 16 Feb 1999 18:04:29 +0000 (18:04 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 16 Feb 1999 18:04:29 +0000 (18:04 +0000)
p4raw-link: @2465 on //depot/cfgperl: 49bb67615f25aa24217b077bcddd9be35d8b60e1

p4raw-id: //depot/perl@2960

pod/perlop.pod

index 6963fbe..dfb893d 100644 (file)
@@ -1065,10 +1065,6 @@ comments into a multi-line C<qw>-string.  For this reason the C<-w>
 switch produce warnings if the STRING contains the "," or the "#"
 character.
 
-Note that under use L<locale> qw() taints because the definition of
-whitespace is tainted.  See L<perlsec> for more information about
-tainting and L<perllocale> for more information about locales.
-
 =item s/PATTERN/REPLACEMENT/egimosx
 
 Searches a string for a pattern, and if found, replaces that pattern