The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.499 2019-03-22
  - introducing $File::LsColor::NO_STAT variable. If set, no stat() will be
    made. This can be desired if the filenames aren't real files, or for
    performance reasons.

0.498 2019-03-17
  - fix bug in can_ls_color() that made the function return undef when it
    shouldn't

0.495  2019-03-11
  - if LS_COLORS env var is unset, use the default gnu specification from
    dircolors.

0.492  2019-03-09
  - properly support dircolors keys with a wildcard and no extension, for
    example *MANIFEST, *README
  - can_ls_color() can now accept whitespace padded queries as well as both a
    naked extension and a full filname, e.g perl_is_best.pm
  - now properly support the following file attributes:
      * symlink
      * executable
      * directories
      * sockets
      * named pipes
      * block devices
      * character special files

    keep in mind that since a stat() needs to take place, this will only work
    with resolvable paths to real files.
  - the GNU default dircolors have been updated.