The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.009 - 2024-03-09

  • Reverse the order in which dotenv files are read from var ENVDOT_FILEPATHS.
  • Reindent Changes file.
  • Get ENVDOT_FILEPATHS variable's name from method get_envdot_filepaths_var_name().
  • Change DEFAULT_OPTION_READ_FROM_STDIO to DEFAULT_OPTION_READ_FROM_STDIN.
  • Change var from $dotenv_filepath_var to $var_name.
  • Add test to test synopsis example of environment override.
    • Fix test to run with `dzil test`; rename dot files so Dist::Zilla copies them to test dir.
    • Add Test2::Require::OS::Linux to t/lib.
    • Start testing script/envdot.

Documentation

Read .env file and turn its content into environment variables for different shells.

Modules

Read environment variables from .env file
Read environment variables from .env file
Read environment variables from .env file