[Module-build-checkins] Module-Build/lib/Module Build.pm,1.214,1.215
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-21 04:51:42
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21878/lib/Module Modified Files: Build.pm Log Message: Include our own YAML work-alike Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.214 retrieving revision 1.215 diff -u -d -r1.214 -r1.215 --- Build.pm 16 Mar 2006 09:37:58 -0000 1.214 +++ Build.pm 21 Mar 2006 04:51:34 -0000 1.215 @@ -321,8 +321,12 @@ F<META.yml> is a file containing various bits of "metadata" about the distribution. The metadata includes the distribution name, version, abstract, prerequisites, license, and various other data about the -distribution. This file is created as F<META.yml> in YAML format, so -the C<YAML> module must be installed in order to create it. The +distribution. This file is created as F<META.yml> in YAML format. +It is recommended that the C<YAML> module be installed to create it. +If the C<YAML> module is not installed, an internal module supplied +with Module::Build will be used to write the META.yml file, and this +will most likely be fine. + F<META.yml> file must also be listed in F<MANIFEST> - if it's not, a warning will be issued. |