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 return an array of valid extensions ("yml", "yaml").
21
22 load( $file )
23 Attempts to load $file as a YAML file.
24
25 requires_any_of( )
26 Specifies that this modules requires one of YAML::XS, YAML::Syck (0.70)
27 or YAML in order to work.
28
30 Brian Cassidy <bricas@cpan.org>
31
33 Copyright 2006-2016 by Brian Cassidy
34
35 This library is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
39 • Catalyst
40
41 • Config::Any
42
43 • YAML::XS
44
45 • YAML
46
47 • YAML::Syck
48
49
50
51perl v5.34.0 2022-01-21 Config::Any::YAML(3)