initial release
[poe-xs-queue-array.git] / README
CommitLineData
e38f8ec4
TC
1POE::XS::Queue::Array is an implementation of the POE::Queue XS interface.
2
3Unlike POE, you need a C compiler to install this module.
4
5To install do:
6
7 perl Makefile.PL
8 make
9 make test
10 make install # you may need to be root for this step
11
12This module should be considered experimental for now, there are
13optimizations that could be performed that aren't, see perldoc
14POE::XS::Queue::Array for details.
15
16This program is free software; you can redistribute it and/or
17modify it under the same terms as Perl itself.
18
19Copyright (c) 2006 Anthony Cook.