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

..03-May-2022-

lib/Proc/H07-Jan-2008-717377

samples/H07-Jan-2008-10279

t/H07-Jan-2008-151114

ChangesH A D07-Jan-20082.2 KiB10265

MANIFESTH A D19-Mar-2007169 109

META.ymlH A D07-Jan-2008443 1514

Makefile.PLH A D19-Mar-2007321 96

READMEH A D08-May-2006480 3016

README

1Proc/Queue
2==========
3
4Proc::Queue limits the number of forked processes that can
5be running concurrently.
6
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17
18DEPENDENCIES
19
20   Time::Hires will be used if available.
21
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2001, 2002, 2003, 2005 Salvador Fandi�o Garc�a
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.
29
30