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::Dir - Match if a path contains one of any of a list of

Author

       Kent Fredric <kentnl@cpan.org>

Methods

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

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

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

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

Name

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

Version

       version 1.001003

See Also