gray / posix-rt-spawn

Perl interface to the posix_spawn function

Home Page:https://metacpan.org/dist/POSIX-RT-Spawn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Perl interface to the posix_spawn function

https://metacpan.org/dist/POSIX-RT-Spawn


Languages

Language:Perl 54.1%Language:XS 45.9%