Change 19633 by [EMAIL PROTECTED] on 2003/05/29 08:18:09

        A *much* cut-down version of the patches in the thread
        Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
        From: Jim Cromie (via RT) <[EMAIL PROTECTED]>
        Date: 16 May 2003 19:04:28 -0000
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perldiag.pod#346 edit

Differences ...

==== //depot/perl/pod/perldiag.pod#346 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#345~19588~    Wed May 21 14:03:04 2003
+++ perl/pod/perldiag.pod       Thu May 29 01:18:09 2003
@@ -4022,6 +4022,16 @@
 (W untie) A copy of the object returned from C<tie> (or C<tied>) was
 still valid when C<untie> was called.
 
+=item Usage: POSIX::%s(%s)
+
+(F) You called a POSIX function with incorrect arguments.
+See L<POSIX/FUNCTIONS> for more information.
+
+=item Usage: Win32::%s(%s)
+
+(F) You called a Win32 function with incorrect arguments.
+See L<Win32> for more information.
+
 =item Useless (?-%s) - don't use /%s modifier in regex; marked by <-- HERE in m/%s/
 
 (W regexp) You have used an internal modifier such as (?-o) that has no
End of Patch.

Reply via email to