1Module::Build::YAML(3)User Contributed Perl DocumentationModule::Build::YAML(3)
2
3
4
6 Module::Build::YAML - Provides just enough YAML support so that Mod‐
7 ule::Build works even if YAML.pm is not installed
8
10 use Module::Build::YAML;
11
12 ...
13
15 Provides just enough YAML support so that Module::Build works even if
16 YAML.pm is not installed.
17
18 Currently, this amounts to the ability to write META.yml files when
19 "perl Build distmeta" is executed via the Dump() and DumpFile() func‐
20 tions/methods.
21
23 Stephen Adkins <spadkins@gmail.com>
24
26 Copyright (c) 2006. Stephen Adkins. All rights reserved.
27
28 This program is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 See <http://www.perl.com/perl/misc/Artistic.html>
32
33
34
35perl v5.8.8 2007-04-02 Module::Build::YAML(3)