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

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