From: Rafael Garcia-Suarez Date: Thu, 13 Oct 2005 08:14:32 +0000 (+0000) Subject: Document that -F doesn't accept whitespace in patterns. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d52fe7da486fd032a82c29ee467dd8504f394b88;p=p5sagit%2Fp5-mst-13.2.git Document that -F doesn't accept whitespace in patterns. (fixes bug #37366) p4raw-id: //depot/perl@25745 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 36e331d..519e24f 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -451,7 +451,7 @@ modules in non-standard locations. specifies the pattern to split on if B<-a> is also in effect. The pattern may be surrounded by C, C<"">, or C<''>, otherwise it will be -put in single quotes. +put in single quotes. You can't use literal whitespace in the pattern. =item B<-h>