logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Path::IsDev::Role::Matcher::Child::Exists::Any::File - Match if a path contains one of any of a list of

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"child_exists_file"
           $class->child_exists_file( $result_object, $childname );

       Return match if $childname exists as a file child of "$result_object->path"

   "child_exists_any_file"
           $class->child_exists_any_file( $result_object, @childnames );

       Return match if any of @childnames exist under "$result_object->path" and are files.

Name

       Path::IsDev::Role::Matcher::Child::Exists::Any::File - Match if a path contains one of any of a list of
       files

Version

       version 1.001003

See Also