]>
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 | ||
e38f8ec4 TC |
12 | This program is free software; you can redistribute it and/or |
13 | modify it under the same terms as Perl itself. | |
14 | ||
9ab384f3 | 15 | Copyright (c) 2006, 2008 Anthony Cook. |