[win32] integrate mainline
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Opcode.pm
index b3cfb50..b71e8b4 100644 (file)
@@ -4,8 +4,8 @@ require 5.002;
 
 use vars qw($VERSION $XS_VERSION @ISA @EXPORT_OK);
 
-$VERSION = "1.03";
-$XS_VERSION = "1.01";
+$VERSION = "1.04";
+$XS_VERSION = "1.03";
 
 use strict;
 use Carp;
@@ -382,7 +382,7 @@ such as open would need to be enabled.
 
     print sysread syswrite send recv
 
-    eof tell seek systell sysseek
+    eof tell seek sysseek
 
     readdir telldir seekdir rewinddir
 
@@ -427,12 +427,18 @@ beyond the scope of the compartment.
 
     rand srand
 
+=item :base_thread
+
+These ops are related to multi-threading.
+
+    lock threadsv
+
 =item :default
 
 A handy tag name for a I<reasonable> default set of ops.  (The current ops
 allowed are unstable while development continues. It will change.)
 
-    :base_core :base_mem :base_loop :base_io :base_orig
+    :base_core :base_mem :base_loop :base_io :base_orig :base_thread
 
 If safety matters to you (and why else would you be using the Opcode module?)
 then you should not rely on the definition of this, or indeed any other, optag!