summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-17 09:49:01 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-17 09:49:01 +0000
commit0c1a8ec7bddcb61a4b45cf947cb375e7d350aaa6 (patch)
tree9f215fd51a481c9f1ace714e99e0d0a615920459 /pod
parent3f4520fee5e3350893877859562bde5dfa18d3a8 (diff)
parentdf1e65fbbe8180b71c539068fbd5de404db3b6ba (diff)
downloadperl-0c1a8ec7bddcb61a4b45cf947cb375e7d350aaa6.tar.gz
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@3433
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index b7e2071b41..1213231051 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -202,6 +202,11 @@ if you meant it literally. See L<perlre>.
(F) You had a pack template that specified an absolute position outside
the string being unpacked. See L<perlfunc/pack>.
+=item <> should be quotes
+
+(F) You wrote C<require E<lt>fileE<gt>> when you should have written
+C<require 'file'>.
+
=item accept() on closed fd
(W) You tried to do an accept on a closed socket. Did you forget to check