]> git.imager.perl.org - poe-xs-queue-array.git/blob - README
been forgetting to update Changes, fixed it
[poe-xs-queue-array.git] / README
1 POE::XS::Queue::Array is an implementation of the POE::Queue XS interface.
2
3 Unlike POE, you need a C compiler to install this module.
4
5 To 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
12 This module should be considered experimental for now, see perldoc
13 POE::XS::Queue::Array for details.
14
15 This program is free software; you can redistribute it and/or
16 modify it under the same terms as Perl itself.
17
18 Copyright (c) 2006 Anthony Cook.