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::Heuristic::TestDir - Determine if a path contains a t/ or xt/ directory

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"dirs"
       Directories relevant to this heuristic:

           t/
           xt/

   "matches"
           if ( $heuristic->matches( $result_object ) ) {
               # one of the directories in ->dirs exists
           }

Name

       Path::IsDev::Heuristic::TestDir - Determine if a path contains a t/ or xt/ directory

Version

       version 1.001003

See Also