logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Env::Dot::ScriptFunctions - Read environment variables from .env file

Author

       Mikko Koivunalho <mikkoi@cpan.org>

Description

       This package just contains functions for use in the main package Env::Dot and in the command line tool
       envdot.

Functions

       No functions are automatically exported to the calling namespace.

   convert_variables_into_commands()
       # Return all variables from the .env file # as a list of hashes (name/value pairs).  # This list is
       created in the same order the variables # are read from the files and may therefore contain # the same
       variable several times.

Name

       Env::Dot::ScriptFunctions - Read environment variables from .env file

Status

       This module is currently being developed so changes in the API are possible, though not likely.

Synopsis

           use Env::Dot::ScriptFunctions qw( convert_variables_into_commands );

Version

       version 0.018

See Also