]> git.imager.perl.org - poe-xs-queue-array.git/blobdiff - Array.pm
actually add the test code
[poe-xs-queue-array.git] / Array.pm
index af27f1a3346e1dab7bd95c2c3dddbd4972262286..e71db8cd10fe8a9a081f9bdafc94e0951dc6667c 100644 (file)
--- a/Array.pm
+++ b/Array.pm
@@ -5,7 +5,7 @@ use POE::Queue;
 
 BEGIN {
   @ISA = qw(POE::Queue);
-  $VERSION = '0.003';
+  $VERSION = '0.004';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;