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 - Match if any of a list of children exists

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"child_exists"
           $class->child_exists( $result_object, $path );

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

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

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

Name

       Path::IsDev::Role::Matcher::Child::Exists::Any - Match if any of a list of children exists

Version

       version 1.001003

See Also