NAME
kenvperl - Perl extension for FreeBSD getting kenv values without kenv using original code from kenv
SYNOPSIS
use kenvperl;
DESCRIPTION
This perl extension is going to get the same values as "kenv" using perl and XS
EXPORT
None by default.
SEE ALSO
The C code used in XS has parts of the original kenv code written by Peter Wemm <peter@freebsd.org>
AUTHOR
Laszlo Danielisz <laszlo.danielisz@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2016 by Laszlo Danielisz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.3 or, at your option, any later version of Perl 5 you may have available.