diff options
-rw-r--r-- | ext/Opcode/Opcode.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index c2dd4143ad..1714c48125 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -393,8 +393,6 @@ These are a hotchpotch of opcodes still waiting to be considered bless -- could be used to change ownership of objects (reblessing) - glob - pushre regcmaybe regcomp subst substcont sprintf prtf -- can core dump @@ -495,6 +493,8 @@ information about your system but not be able to change it. wait waitpid + glob -- access to Cshell via <`rm *`> + =item :ownprocess exec exit kill |