0.006 release
authorTony Cook <tony@develop=help.com>
Sat, 28 Mar 2009 08:38:13 +0000 (08:38 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 28 Mar 2009 08:38:13 +0000 (08:38 +0000)
Array.pm
Changes

index 4f3fcf36f17b44fb5327de0f39fb6d89135ed5bc..759e05799cb236edad1bb35a80d4991a02178377 100644 (file)
--- a/Array.pm
+++ b/Array.pm
@@ -5,7 +5,7 @@ use POE::Queue;
 
 BEGIN {
   @ISA = qw(POE::Queue);
-  $VERSION = '0.005_02';
+  $VERSION = '0.006';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;
diff --git a/Changes b/Changes
index 2b3feda36ff3e5d038fbdb2e7e2911c0b0d8fddf..6de1e5d761f0b96874d6bc0565135a8ff98ba613 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension POE::XS::Queue::Array.
 
+0.006 Sat Mar 28 2009
+ - non-developer release with CLONE_SKIP().
+
 0.005_02 Sun Mar 15 2009
  - remove CLONE support and add a CLONE_SKIP() method, this handles
    the cases from RT #43902