NAME/ABSTRACT
Env::AsYaml is intended to be a tool for examination of the environment in which the user is running programs, starting processes or for otherwise troubleshooting the system.
VERSION
Version 0.35
SYNOPSIS
This module checks the environment it's running in and prints it to STDOUT as YAML. Env vars that are lists (such as $PATH
) are formatted in YAML as lists.
use Env::AsYaml; # auto-imports 'showPathLists' and 'showScalars'
EXPORTS
These subroutines are available to import ("@EXPORT_OK"). showPathLists showScalars
SUBROUTINES/METHODS
showPathLists
Use Env::Paths::2yaml to transmute all env path lists into YAML serialization.
showScalars
Print simple scalar strings present in the environment.
AUTHOR
Sören Andersen, <somian08 at gmail.com>
BUGS
Please report any bugs or feature requests to bug-env-asyaml at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Env-AsYaml. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
TESTED-ON
So far, only on Cygwin, Linux and Windows.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Env::AsYaml
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
The fine monks and nuns of Perlmonks (perlmonks.org).
LICENSE AND COPYRIGHT
This software is Copyright (c) 2025 by Sören Andersen.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 122:
Non-ASCII character seen before =encoding in 'Sören'. Assuming UTF-8