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::DevDirMarker - Determine if a path contains a .devdir file

Author

       Kent Fredric <kentnl@cpan.org>

Description

       This Heuristic is a workaround that is likely viable in the event none of the other Heuristics work.

       All this heuristic checks for is the presence of a special file called ".devdir", which is intended as an
       explicit notation that "This directory is a project root".

       An example case where you might need such a Heuristic, is the scenario where you're not working with a
       Perl "CPAN" dist, but are instead working on a project in a different language, where Perl is simply
       there for build/test purposes.

Methods

"files"
       Matches files named:

           .devdir

   "matches"
       Matches if any of the files in "files" exist as children of the "path"

Name

       Path::IsDev::Heuristic::DevDirMarker - Determine if a path contains a .devdir file

Version

       version 1.001003

See Also