]> git.imager.perl.org - poe-xs-queue-array.git/blame - README
Kwalitee change: include license information
[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
1351c36f 12This module should be considered experimental for now, see perldoc
e38f8ec4
TC
13POE::XS::Queue::Array for details.
14
15This program is free software; you can redistribute it and/or
16modify it under the same terms as Perl itself.
17
18Copyright (c) 2006 Anthony Cook.