Change 14027 by ams@lustre on 2002/01/02 21:42:50
Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
From: Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Date: Wed, 2 Jan 2002 23:09:13 +0100
Message-Id: <20020102230913.A17373@rafael>
Affected files ...
.... //depot/perl/pod/perldiag.pod#256 edit
Differences ...
==== //depot/perl/pod/perldiag.pod#256 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod.~1~ Wed Jan 2 15:00:05 2002
+++ perl/pod/perldiag.pod Wed Jan 2 15:00:05 2002
@@ -543,7 +543,7 @@
=item Can't declare class for non-scalar %s in "%s"
-(S) Currently, only scalar variables can declared with a specific class
+(F) Currently, only scalar variables can declared with a specific class
qualifier in a "my" or "our" declaration. The semantics may be extended
for other types of variables in future.
@@ -2202,6 +2202,11 @@
(F) The indicated command line switch needs a mandatory argument, but
you haven't specified one.
+=item No such class %s
+
+(F) You provided a class qualifier in a "my" or "our" declaration, but
+this class doesn't exist at this point in your program.
+
=item No such pipe open
(P) An error peculiar to VMS. The internal routine my_pclose() tried to
End of Patch.