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::MYMETA - Determine if a path contains MYMETA.(json|yml)

Author

       Kent Fredric <kentnl@cpan.org>

Description

       This heuristic is intended as a guarantee that SOME kind of top level marker will be present in a
       distribution, as all the main tool-chains emit this file during "configure".

       Granted, this heuristic is expected to be never needed, as in order to create such a file, you first need
       a "Build.PL"/"Makefile.PL" to generate it.

Methods

"files"
       Files relevant to this heuristic

           MYMETA.json
           MYMETA.yml

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

Name

       Path::IsDev::Heuristic::MYMETA - Determine if a path contains MYMETA.(json|yml)

Version

       version 1.001003

See Also