The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Config::AWS

0.080001  2021-07-16 19:24:33+01:00 Europe/London (TRIAL RELEASE)

  Fixes:
    * Fix tests in environemnts that have a credentials file

0.07      2019-09-14 13:34:43+01:00 Europe/London

  Changes:
    * Guard against undefined values in read_string
  Fixes:
    * Fix an issue with reporting File::Share as a dependency.

0.06      2019-09-13 22:24:53+01:00 Europe/London

  Changes:
    * Started using a cpanfile to track dependencies.
    * Error messages when unable to read files are clearer.

0.05      2019-07-16 20:04:10+01:00 Europe/London

  Fixes:
    * Profiles with hyphens in their names are supported.

0.04      2018-04-21 17:04:18+01:00 Europe/London

  Fixes:
    * Test requires File::ShareDir::Install 0.10 or greater.
  Changes:
    * Import tests are more reasonable and useful.

0.03      2018-04-21 00:56:35+01:00 Europe/London

  Fixes:
    * Changed a faulty import from File::Glob which caused
      issues with installations in Perl <5.16
    * Removed a mistaken dependency on Log::Any::Adapter
      and added a missing development dependency on Test::Pod

0.02      2018-04-16 22:07:31+01:00 Europe/London

  Changes:
    * Requires Path::Tiny 0.076 or greater, to fix incorrect
      stringification of paths starting with "~" on Windows.
  Fixes:
    * Convert variations of CR / LF to newlines before chomping
      for greater cross-platform compatibility.

0.01      2018-02-16 22:40:45+00:00 Europe/London

  * Initial release