1Config::Any::General(3)User Contributed Perl DocumentatioCnonfig::Any::General(3)
2
3
4
6 Config::Any::General - Load Config::General files
7
9 Loads Config::General files. Example:
10
11 name = TestApp
12 <Component Controller::Foo>
13 foo bar
14 bar [ arrayref-value ]
15 </Component>
16 <Model Baz>
17 qux xyzzy
18 </Model>
19
21 extensions( )
22 return an array of valid extensions ("cnf", "conf").
23
24 load( $file )
25 Attempts to load $file via Config::General.
26
27 requires_all_of( )
28 Specifies that this module requires Config::General in order to work.
29
31 Brian Cassidy <bricas@cpan.org>
32
34 Joel Bernstein <rataxis@cpan.org>
35
37 Copyright 2006-2016 by Brian Cassidy
38
39 Portions Copyright 2006 Portugal Telecom
40
41 This library is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
45 • Catalyst
46
47 • Config::Any
48
49 • Config::General
50
51
52
53perl v5.38.0 2023-07-20 Config::Any::General(3)