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
24 return an array of valid extensions ("pl", "perl").
25
26 load( $file )
27
28 Attempts to load $file as a Perl file.
29
31 * Brian Cassidy <bricas@cpan.org>
32
34 Copyright 2006 by Brian Cassidy
35
36 This library is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
40 * Catalyst
41 * Config::Any
42
43
44
45perl v5.8.8 2007-08-23 Config::Any::Perl(3)