Commit | Line | Data |
---|---|---|
e38f8ec4 TC |
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, there are | |
13 | optimizations that could be performed that aren't, see perldoc | |
14 | POE::XS::Queue::Array for details. | |
15 | ||
16 | This program is free software; you can redistribute it and/or | |
17 | modify it under the same terms as Perl itself. | |
18 | ||
19 | Copyright (c) 2006 Anthony Cook. |