1Pod::Weaver::Config(3)User Contributed Perl DocumentationPod::Weaver::Config(3)
2
3
4
6 Pod::Weaver::Config - stored configuration loader role
7
9 version 4.018
10
12 The config role provides some helpers for writing a configuration
13 loader using the Config::MVP system to load and validate its
14 configuration.
15
17 This module has the same support period as perl itself: it supports
18 the two most recent versions of perl. (That is, if the most recently
19 released version is v5.40, then this module should work on both v5.40
20 and v5.38.)
21
22 Although it may work on older versions of perl, no guarantee is made
23 that the minimum required version will not be increased. The version
24 may be increased for any reason, and there is no promise that patches
25 will be accepted to lower the minimum required perl.
26
28 assembler
29 The assembler attribute must be a Config::MVP::Assembler, has a
30 sensible default that will handle the standard needs of a config
31 loader. Namely, it will be pre-loaded with a starting section for root
32 configuration.
33
35 Ricardo SIGNES <rjbs@semiotic.systems>
36
38 This software is copyright (c) 2021 by Ricardo SIGNES.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.34.0 2022-01-21 Pod::Weaver::Config(3)