To: perl5-porters@perl.com
Message-ID: <
19990515164348.7313.qmail@plover.com>
p4raw-id: //depot/cfgperl@3426
(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