Rand Stats

Env::File

zef:sthiriet

Actions Status

NAME

Env::File - allow for "$PASSWORD_FILE" to fill in the value of "$PASSWORD" from a file, especially for Docker's secrets feature

SYNOPSIS

use Env::File;
my $password =  %ENVFILE<PASSWORD> ||
        die("Missing PASSWORD or PASSWORD_FILE in environment");

DESCRIPTION

Env::File export the "%ENVFILE" variable that contains:

AUTHOR

sthiriet thisamu@hotmail.com

COPYRIGHT AND LICENSE

Copyright 2022 sthiriet

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.