summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 766a980def..908510b525 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3212,14 +3212,6 @@ neither as a system call nor an ioctl call (SIOCATMARK).
Perl. The current valid ones are given in
L<perlrebackslash/\b{}, \b, \B{}, \B>.
-=item %s is forbidden - matches null string many times in regex; marked by S<<-- HERE> in
-m/%s/
-
-(F) The pattern you've specified might cause the regular expression to
-infinite loop so it is forbidden. The S<<-- HERE>
-shows whereabouts in the regular expression the problem was discovered.
-See L<perlre>.
-
=item %s() isn't allowed on :utf8 handles
(F) The sysread(), recv(), syswrite() and send() operators are