-
-
01 Jul 2022 09:48:45 UTC
- Distribution: Dpkg
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues
- Testers (98 / 30 / 35)
- Kwalitee
Bus factor: 1- License: gpl_2
- Perl: v5.28.1
- Activity
24 month- Tools
- Download (530.01KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dpkg::Build::Env - track build environment
DESCRIPTION
The Dpkg::Build::Env module is used by dpkg-buildflags to track the build environment variables being used and modified.
FUNCTIONS
- set($varname, $value)
-
Update the build environment variable $varname with value $value. Record it as being accessed and modified.
- get($varname)
-
Get the build environment variable $varname value. Record it as being accessed.
- has($varname)
-
Return a boolean indicating whether the environment variable exists. Record it as being accessed.
- @list = list_accessed()
-
Returns a list of all environment variables that have been accessed.
- @list = list_modified()
-
Returns a list of all environment variables that have been modified.
CHANGES
Version 0.xx
This is a private module.
Module Install Instructions
To install Dpkg, copy and paste the appropriate command in to your terminal.
cpanm Dpkg
perl -MCPAN -e shell install Dpkg
For more information on module installation, please visit the detailed CPAN module installation guide.