1Config::Any::Perl(3) User Contributed Perl Documentation Config::Any::Perl(3)
2
3
4
6 Config::Any::Perl - Load Perl config files
7
9 Loads Perl files. Example:
10
11 {
12 name => 'TestApp',
13 'Controller::Foo' => {
14 foo => 'bar'
15 },
16 'Model::Baz' => {
17 qux => 'xyzzy'
18 }
19 }
20
22 extensions( )
23 return an array of valid extensions ("pl", "perl").
24
25 load( $file )
26 Attempts to load $file as a Perl file.
27
29 Brian Cassidy <bricas@cpan.org>
30
32 Copyright 2006-2016 by Brian Cassidy
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
38 • Catalyst
39
40 • Config::Any
41
42
43
44perl v5.38.0 2023-07-20 Config::Any::Perl(3)