The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
POE-Component-Child

This component allows for the creation and management of children
processes within the POE environment.  For a fuller description
and usage information, please refer to the man page.

NOTES

Please note that as of version 1.31, the signature for kill() has
changed.  Also, the default signal sent by this method has been
softened from a -9 to a SIGTERM.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Alternatively the module may be installed in RPM format like this:

   rpm -Uvh perl-POE-Component-Child-XX-X.i386.rpm

DEPENDENCIES

This module is written in pure Perl and requires only the POE
state engine.  It has been tested with version 0.23 but may work
with older versions.

AVAILABILITY

The module may be found on the CPAN whilst the RPM package lives at:

	http://perl.arix.com/

COPYRIGHT AND LICENCE

Copyright (c) 2002-2003 Erick Calder <ecalder@cpan.org>

This product is free and distributed under the Gnu Public License (GPL).
A copy of this license was included in this distribution in a file called
LICENSE.  If for some reason, this file was not included, please see
F<http://www.gnu.org/licenses/> to obtain a copy of this license.