Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pod/perldiag.pod
Original file line number Diff line number Diff line change
Expand Up @@ -2716,12 +2716,6 @@ some time before now. Check your control flow. flock() operates on
filehandles. Are you attempting to call flock() on a dirhandle by the
same name?

=item for my (...) is experimental

(S experimental::for_list) This warning is emitted if you use C<for> to
iterate multiple values at a time. This syntax is currently experimental
and its behaviour may change in future releases of Perl.

=item Forked open '%s' not meaningful in <>

(S inplace) You had C<|-> or C<-|> in C<@ARGV> and tried to use C<< <>
Expand Down
Loading