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