1Path::IsDev::Heuristic:U:sCehranCgoenltorgi(b3u)ted PerlPaDtohc:u:mIesnDteavt:i:oHneuristic::Changelog(3)
2
3
4
6 Path::IsDev::Heuristic::Changelog - Determine if a path contains a
7 Changelog (or similar)
8
10 version 1.001003
11
13 This heuristic matches any case variation of "Changes" or "Changelog",
14 including any files of that name with a suffix.
15
16 e.g.:
17
18 Changes
19 CHANGES
20 Changes.mkdn
21
22 etc.
23
25 "basename_regexp"
26 Indicators for this heuristic is the existence of a file such as:
27
28 Changes (i)
29 Changes.anyext (i)
30 Changelog (i)
31 Changelog.anyext (i)
32
33 "matches"
34 Returns a match if any child of "path" exists matching the regexp
35 "basename_regexp"
36
38 Kent Fredric <kentnl@cpan.org>
39
41 This software is copyright (c) 2017 by Kent Fredric
42 <kentfredric@gmail.com>.
43
44 This is free software; you can redistribute it and/or modify it under
45 the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.36.0 2023-01-2P0ath::IsDev::Heuristic::Changelog(3)