POSIX-RT-Spawn
==============
This module provides a Perl interface to the posix_spawn function.
INSTALLATION
To install this module type the following:
    perl Makefile.PL
    make
    make test
    make install
DEPENDENCIES
This module requires these other modules and libraries:
    Devel::CheckLib
    Exporter 5.57
    ExtUtils::MakeMaker 6.52
    Test::More 0.98
    XSLoader
A C compiler is required to build this module.
COPYRIGHT AND LICENCE
Copyright (c) 2011-2022 gray <gray at cpan.org>
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.