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.015
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 assembler
18 The assembler attribute must be a Config::MVP::Assembler, has a
19 sensible default that will handle the standard needs of a config
20 loader. Namely, it will be pre-loaded with a starting section for root
21 configuration.
22
24 Ricardo SIGNES <rjbs@cpan.org>
25
27 This software is copyright (c) 2016 by Ricardo SIGNES.
28
29 This is free software; you can redistribute it and/or modify it under
30 the same terms as the Perl 5 programming language system itself.
31
32
33
34perl v5.30.0 2019-07-26 Pod::Weaver::Config(3)