NAME
Getopt::Pad::Type::Path - filesystem path type base class
DESCRIPTION
Abstract base for filesystem path types: owns the mustExist key, its existence check and the "has to exist" annotation. Subclasses provide kind (the word used in error messages) and pathExists, the filesystem test (see File and Dir).
Part of the Getopt::Pad distribution; see its documentation for the user-facing API.
AUTHOR
davenonymous <perl@davenonymous.com>
COPYRIGHT AND LICENSE
Copyright 2026 davenonymous
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.