In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f149fd41b7179ae1e479dfc4672a6b7704404e0c?hp=b4986286562ec1c1e1c413aebf4773624cbd0009>

- Log -----------------------------------------------------------------
commit f149fd41b7179ae1e479dfc4672a6b7704404e0c
Author: Karl Williamson <[email protected]>
Date:   Mon Mar 13 20:18:06 2017 -0600

    perlrun: -F pattern can't have NULs
-----------------------------------------------------------------------

Summary of changes:
 pod/perlrun.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index b4bb5a3c6a..357b8b44e6 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -501,7 +501,7 @@ X<-F>
 
 specifies the pattern to split on for B<-a>. The pattern may be
 surrounded by C<//>, C<"">, or C<''>, otherwise it will be put in single
-quotes. You can't use literal whitespace in the pattern.
+quotes. You can't use literal whitespace or NUL characters in the pattern.
 
 B<-F> implicitly sets both B<-a> and B<-n>.
 

--
Perl5 Master Repository

Reply via email to