diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-30 18:46:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-30 18:46:58 +0000 |
commit | 4369b1735f5aa251358acad5be8ee26dfbfb02ef (patch) | |
tree | 0cee59eb8ff8c07b8b6deadecf48bd1ef765175c /ext/Opcode | |
parent | 137225782c183172f360c827424b9b9f8adbef0e (diff) | |
download | perl-4369b1735f5aa251358acad5be8ee26dfbfb02ef.tar.gz |
remaining PL_foo stragglers
p4raw-id: //depot/perl@2145
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Opcode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 0ee6be6955..533e6af3e4 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -130,7 +130,7 @@ Your mileage will vary. If in any doubt B<do not use it>. =head1 Operator Names and Operator Lists The canonical list of operator names is the contents of the array -op_name defined and initialised in file F<opcode.h> of the Perl +PL_op_name defined and initialised in file F<opcode.h> of the Perl source distribution (and installed into the perl library). Each operator has both a terse name (its opname) and a more verbose or |