0.004 release v0.004
authorTony Cook <tony@develop=help.com>
Wed, 9 Apr 2008 13:03:10 +0000 (13:03 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 9 Apr 2008 13:03:10 +0000 (13:03 +0000)
Array.pm
Changes
README

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;
diff --git a/Changes b/Changes
index f6065f626fdcddbaf5b07b869bb6a2ac71044947..066f66212247e567afe38ef19313f3a904a1a5f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,10 @@
 Revision history for Perl extension POE::XS::Queue::Array.
 
-0.004
+0.004 Wed Apr  9 2008
  - include license information in appropriate places
  - fix @ISA, it was badly broken, thanks to Yuval Kogman (nothingmuch)
+ - add pod, pod coverage tests, such as they are
+ - bump to 0.004 for release
 
 0.003 Thu Sep 14 2006
  - added #include <string.h> for strcmp/strerror declarations
diff --git a/README b/README
index 32ed35a2da3591348c333cc5bdf02023f8c71812..51064f6ca4b7f2322aa54dfe0827830a35c3129c 100644 (file)
--- a/README
+++ b/README
@@ -9,10 +9,7 @@ To install do:
   make test
   make install  # you may need to be root for this step
 
-This module should be considered experimental for now, see perldoc
-POE::XS::Queue::Array for details.
-
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 
-Copyright (c) 2006 Anthony Cook.
+Copyright (c) 2006, 2008 Anthony Cook.