1Config::Any::Perl(3)  User Contributed Perl Documentation Config::Any::Perl(3)
2
3
4

NAME

6       Config::Any::Perl - Load Perl config files
7

DESCRIPTION

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

METHODS

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

AUTHOR

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

SEE ALSO

38       ·   Catalyst
39
40       ·   Config::Any
41
42
43
44perl v5.30.0                      2019-07-26              Config::Any::Perl(3)
Impressum