Change 17729 by [EMAIL PROTECTED] on 2002/08/17 02:33:15
Subject: [PATCH] Safe.pm documentation
From: Slaven Rezic <[EMAIL PROTECTED]>
Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
Message-id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/ext/Opcode/Safe.pm#16 edit
.... //depot/perl/pod/perlre.pod#79 edit
Differences ...
==== //depot/perl/ext/Opcode/Safe.pm#16 (text) ====
Index: perl/ext/Opcode/Safe.pm
--- perl/ext/Opcode/Safe.pm#15~13465~ Tue Dec 4 14:50:26 2001
+++ perl/ext/Opcode/Safe.pm Fri Aug 16 19:33:15 2002
@@ -383,8 +383,9 @@
This is almost identical to exporting variables using the L<Exporter>
module.
-Each NAME must be the B<name> of a variable, typically with the leading
-type identifier included. A bareword is treated as a function name.
+Each NAME must be the B<name> of a non-lexical variable, typically
+with the leading type identifier included. A bareword is treated as a
+function name.
Examples of legal names are '$foo' for a scalar, '@foo' for an
array, '%foo' for a hash, '&foo' or 'foo' for a subroutine and '*foo'
End of Patch.