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 </Component>
15 <Model Baz>
16 qux xyzzy
17 </Model>
18
20 extensions( )
21
22 return an array of valid extensions ("cnf", "conf").
23
24 load( $file )
25
26 Attempts to load $file via Config::General.
27
29 * Brian Cassidy <bricas@cpan.org>
30
32 * Joel Bernstein "<rataxis@cpan.org>"
33
35 Copyright 2006 by Brian Cassidy
36
37 Portions Copyright 2006 Portugal Telecom
38
39 This library is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
43 * Catalyst
44 * Config::Any
45 * Config::General
46
47
48
49perl v5.8.8 2007-08-23 Config::Any::General(3)