0.005_01 commit v0.005_01
authorTony Cook <tony@develop=help.com>
Fri, 13 Mar 2009 08:32:27 +0000 (08:32 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 13 Mar 2009 08:32:27 +0000 (08:32 +0000)
Array.pm
Changes
MANIFEST

index 7c127db313fcd91251480484660d85a3c5619241..3ea293d6fe4e5f1cdb6ce5c048202c17ec12eb48 100644 (file)
--- a/Array.pm
+++ b/Array.pm
@@ -5,7 +5,7 @@ use POE::Queue;
 
 BEGIN {
   @ISA = qw(POE::Queue);
-  $VERSION = '0.005';
+  $VERSION = '0.005_01';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;
diff --git a/Changes b/Changes
index c04d1ea025af47f35f2cc276f76ce2f14447a15c..203b5b9369014307d80eeca37914b4572e685b87 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension POE::XS::Queue::Array.
 
+0.005_01 Fri Mar 13 2009
+ - added perl ithread support, this properly clones the queue and any
+   objects it references on thread creation.
+   http://rt.cpan.org/Public/Bug/Display.html?id=43902
+
 0.005 Tue Apr 15 2008
  - extra tests to distinguish errno problems from P::X::Q:A bugs,
    possibly leading to a workaround
index 4e34d1d216599de1de148f5046ff6bd3a428248a..27aec11a422d7d457c270570504c63864f40418f 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,6 +13,7 @@ queue.h
 t/01_array.t
 t/02_release.t
 t/03_errno.t
+t/04_thread.t
 t/90_pod.t
 t/91_pod_cover.t
 typemap