Revision history for Perl extension File::Meta::Cache. v0.3.0 2024-02-27 [fixes] - Allow files to be closed correctly when the meta cache is disabled - Close filehandle before fd if present to prevent warning [features] - optional callback can be specified when running sweeper. Called on each invalidated entry [deprications] - constants used for cache entry fields have been renamed. Old namew will be removed in a later version - Noted deprications in POD [other] - updated Makefile with newer versions of dependencies - https for github link - added Perl 5.38 to CI v0.2.0 2023-09-05 [fixes] - disable method now closes file descriptors correctly - minor POD spelling fixes [improvements] - Reduced memory usage. Uses IO::FD if its available instead of POSIX, and replaced enum with constant::more - Improved CI config v0.1.1 2023-05-10 [bug fixes] - Added minimum Object::Pad version of 0.78 in Makefile.PL instead of any version v0.1.0 2023-02-23 - original version; created by h2xs 1.23 with options --name File::Meta::Cache -X -P -b v5.24.0