BEGIN {
@ISA = qw(POE::Queue);
- $VERSION = '0.003';
+ $VERSION = '0.004';
eval {
# try XSLoader first, DynaLoader has annoying baggage
require XSLoader;
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
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.