1Dist::Zilla::Role::PrerUesqeSrcaCnonnetrr(i3b)uted PerlDDiosctu:m:eZnitlaltai:o:nRole::PrereqScanner(3)
2
3
4
6 Dist::Zilla::Role::PrereqScanner - automatically extract prereqs from
7 your modules
8
10 version 6.024
11
13 This module should work on any version of perl still receiving updates
14 from the Perl 5 Porters. This means it should work on any version of
15 perl released in the last two to three years. (That is, if the most
16 recently released version is v5.40, then this module should work on
17 both v5.40 and v5.38.)
18
19 Although it may work on older versions of perl, no guarantee is made
20 that the minimum required version will not be increased. The version
21 may be increased for any reason, and there is no promise that patches
22 will be accepted to lower the minimum required perl.
23
25 finder
26 This is the name of a FileFinder whose files will be scanned to
27 determine runtime prerequisites. It may be specified multiple times.
28 The default value is ":InstallModules" and ":ExecFiles".
29
30 test_finder
31 Just like "finder", but for test-phase prerequisites. The default
32 value is ":TestFiles".
33
34 configure_finder
35 Just like "finder", but for configure-phase prerequisites. There is no
36 default value; AutoPrereqs will not determine configure-phase
37 prerequisites unless you set configure_finder.
38
39 develop_finder
40 Just like <finder>, but for develop-phase prerequisites. The default
41 value is ":ExtraTestFiles".
42
43 skips
44 This is an arrayref of regular expressions, derived from all the 'skip'
45 lines in the configuration. Any module names matching any of these
46 regexes will not be registered as prerequisites.
47
49 Dist::Zilla::Plugin::AutoPrereqs.
50
52 The role was provided by Olivier Mengué (DOLMEN) and Philippe Bruhat
53 (BOOK) at Perl QA Hackathon 2016 (but it is just a refactor of the
54 AutoPrereqs plugin).
55
57 Ricardo SIGNES 😏 <rjbs@semiotic.systems>
58
60 This software is copyright (c) 2021 by Ricardo SIGNES.
61
62 This is free software; you can redistribute it and/or modify it under
63 the same terms as the Perl 5 programming language system itself.
64
65
66
67perl v5.34.0 2022-01-21Dist::Zilla::Role::PrereqScanner(3)