Skip to content

Commit 8b53382

Browse files
committed
perldiag: remove for my (...) is experimental
The experiment was accepted in perl 5.40.
1 parent 6f1e322 commit 8b53382

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pod/perldiag.pod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,12 +2716,6 @@ some time before now. Check your control flow. flock() operates on
27162716
filehandles. Are you attempting to call flock() on a dirhandle by the
27172717
same name?
27182718

2719-
=item for my (...) is experimental
2720-
2721-
(S experimental::for_list) This warning is emitted if you use C<for> to
2722-
iterate multiple values at a time. This syntax is currently experimental
2723-
and its behaviour may change in future releases of Perl.
2724-
27252719
=item Forked open '%s' not meaningful in <>
27262720

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

0 commit comments

Comments
 (0)