1Path::IsDev::Role::HeurUissetricCSoentt:r:iSbiumtpePldaet(Ph3e:)r:lIsDDoecvu:m:eRnotlaet:i:oHneuristicSet::Simple(3)
2
3
4
6 Path::IsDev::Role::HeuristicSet::Simple - Simple excludes/includes set
7
9 version 1.001003
10
12 "heuristics"
13 Consuming classes must provide this method, and return a list of
14 shorthand Heuristics.
15
16 sub heuristics {
17 return qw( MYMETA )
18 }
19
20 "negative_heuristics"
21 Consuming classes must provide this method, and return a list of
22 shorthand Negative Heuristics.
23
24 sub negative_heuristics {
25 return qw( IsDev::IgnoreFile )
26 }
27
29 "modules"
30 Returns the list of fully qualified module names that comprise this
31 heuristic.
32
33 expands results from "->heuristics" and "->negative_heuristics", with
34 negative ones preceding positive.
35
37 Kent Fredric <kentnl@cpan.org>
38
40 This software is copyright (c) 2017 by Kent Fredric
41 <kentfredric@gmail.com>.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.38.0 202P3a-t0h7:-:2I1sDev::Role::HeuristicSet::Simple(3)