-
-
07 Oct 2016 20:53:13 UTC
- Distribution: kenvperl-freebsd
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers
- Kwalitee
- License: perl_5
- Activity
24 month- Tools
- Download (54.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
and 1 contributors-
Laszlo Danielisz
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install kenvperl, copy and paste the appropriate command in to your terminal.
cpanm kenvperl
perl -MCPAN -e shell install kenvperl
For more information on module installation, please visit the detailed CPAN module installation guide.