Description
Perl tests can assert file attributes such as existence, permissions, size, links, or paths through readable helpers. This is useful for tools that create, inspect, or transform files during tests.
It is a developer testing library. File tests should use temporary directories and avoid touching real user data.