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::Changelog - Determine if a path contains a Changelog (or similar)

Author

       Kent Fredric <kentnl@cpan.org>

Description

       This heuristic matches any case variation of "Changes" or "Changelog", including any files of that name
       with a suffix.

       e.g.:

           Changes
           CHANGES
           Changes.mkdn

       etc.

Methods

"basename_regexp"
       Indicators for this heuristic is the existence of a file such as:

           Changes             (i)
           Changes.anyext      (i)
           Changelog           (i)
           Changelog.anyext    (i)

   "matches"
       Returns a match if any child of "path" exists matching the regexp "basename_regexp"

Name

       Path::IsDev::Heuristic::Changelog - Determine if a path contains a Changelog (or similar)

Version

       version 1.001003

See Also