diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ee3c617be8..f22aa80f75 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3716,12 +3716,6 @@ what you are doing you can turn off this warning by C<no warnings 'utf8';>. (F) There are no byte-swapping functions for a machine with this byte order. -=item Unknown discipline '%s' - -(F) You specified an unknown I/O discipline. See L<open> for valid -filehandle disciplines and L<perlfunc/opendir> for valid directory -handle disciplines. - =item Unknown "re" subpragma '%s' (known ones are: %s) You tried to use an unknown subpragma of the "re" pragma. |