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.019
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 should work on any version of perl still receiving updates
18 from the Perl 5 Porters. This means it should work on any version of
19 perl released in the last two to three years. (That is, if the most
20 recently released version is v5.40, then this module should work on
21 both v5.40 and v5.38.)
22
23 Although it may work on older versions of perl, no guarantee is made
24 that the minimum required version will not be increased. The version
25 may be increased for any reason, and there is no promise that patches
26 will be accepted to lower the minimum required perl.
27
29 assembler
30 The assembler attribute must be a Config::MVP::Assembler, has a
31 sensible default that will handle the standard needs of a config
32 loader. Namely, it will be pre-loaded with a starting section for root
33 configuration.
34
36 Ricardo SIGNES <cpan@semiotic.systems>
37
39 This software is copyright (c) 2023 by Ricardo SIGNES.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.36.0 2023-01-20 Pod::Weaver::Config(3)