NAME
Sys::GetRandom::PP - pure Perl interface to getrandom(2)
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
The syscall.h and sys/random.h headers in /usr/include (or at least
their Perl versions as generated by the h2ph tool) must be available.
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Sys::GetRandom::PP
You can also look for information at:
* RT, CPAN's request tracker:
<https://rt.cpan.org/Dist/Display.html?Name=Sys-GetRandom-PP>
* MetaCPAN: <https://metacpan.org/pod/Sys::GetRandom::PP>
COPYRIGHT & LICENSE
Copyright 2024 Lukas Mai.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See <https://dev.perl.org/licenses/> for more information.