Comrite Unix Man page/Perldoc/Info page, English-Chinese Dictionary, Chinese-English Dictionary

Module::Build::YAML--3pm

Command: man perldoc info search(apropos)  


 
Module::Build::YAML(3)User Contributed Perl DocumentatioModule::Build::YAML(3)



NAME
       Module::Build::YAML - Provides just enough YAML support so that Mod-
       ule::Build works even if YAML.pm is not installed

SYNOPSIS
           use Module::Build::YAML;

           ...

DESCRIPTION
       Provides just enough YAML support so that Module::Build works even if
       YAML.pm is not installed.

       Currently, this amounts to the ability to write META.yml files when
       "perl Build distmeta" is executed via the Dump() and DumpFile() func-
       tions/methods.

AUTHOR
       Stephen Adkins <spadkins AT gmail.com>

COPYRIGHT
       Copyright (c) 2006. Stephen Adkins. All rights reserved.

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

       See <http://www.perl.com/perl/misc/Artistic.html>;



perl v5.8.8                       2007-01-14            Module::Build::YAML(3)
 

©2005 Comrite