POSIX-SchedYield

This module exposes the POSIX system call sched_yield(2) to Perl programs. For further
details please see the perldoc in lib/POSIX/SchedYield.pm.

INSTALLATION

To install this module you require a working POSIX environment and a C compiler. So far
it has only been tested on i686 Linux with GNU gcc 4.0.2, please email the author if
you installed it (or ran into problems) in a different environment.

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc POSIX::SchedYield

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/POSIX-SchedYield

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=POSIX-SchedYield

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/POSIX-SchedYield

    CPAN Ratings:
        http://cpanratings.perl.org/d/POSIX-SchedYield

COPYRIGHT AND LICENCE

Copyright (C) 2005 Marc Beyer <japh@tirwhan.org>


This program is free software; you can redistribute it and/or modify it under the GNU GPL.

See the file COPYING in this distribution, or http://www.gnu.org/copyleft/gpl.html
