• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H28-Mar-2009-555414

Array.pmH A D28-Mar-20092.2 KiB11730

Array.xsH A D15-Mar-20094.2 KiB191168

ChangesH A D28-Mar-20092.2 KiB5748

MANIFESTH A D28-Mar-2009461 2120

META.ymlH A D28-Mar-2009449 1514

Makefile.PLH A D09-Apr-2008462 2520

READMEH A D09-Apr-2008395 1610

alloc.cH A D15-Apr-20086.9 KiB320242

alloc.hH A D09-Apr-2008829 3118

bench1.perlH A D09-Apr-20082.9 KiB11450

bench2.perlH A D09-Apr-20081.7 KiB8156

queue.cH A D15-Mar-200920.5 KiB844591

queue.hH A D15-Mar-20091.2 KiB4436

typemapH A D09-Apr-200831 21

README

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