Re: [Module::Build] Making 0.28 a reality
Status: Beta
Brought to you by:
kwilliams
|
From: Stephen A. <spa...@gm...> - 2006-03-21 04:21:38
|
On 3/20/06, John Peacock <jpe...@ro...> wrote: > Stephen Adkins wrote: > > I have modified a version of Module::Build::Base from Module-Build-0.26= 11 > > to add YAML support sufficient to do everything that Module::Build need= s. > > Excellent! > OK. I have completed the patch for Module::Build::YAML and have attached the patch files rather than inlining them in this message. I created two new files and have attached them also. I do not have write access to the CVS repository so I could not "cvs add" t= hem and include them in the patch/diff file. FILES AFFECTED BY "yaml.diff" (the diff/patch file) MANIFEST - added lib/Module/Build/YAML.pm, t/mbyaml.t lib/Module/Build.pm - change doc to reflect YAML capabilities lib/Module/Build/Base.pm - invoke Module::Build::YAML properly t/metadata.t - remove tests of _yaml_quote_string() NEW FILES lib/Module/Build/YAML.pm - new module. works like YAML.pm for limited cases t/mbyaml.t - new test script NOTE: This patch is against the HEAD, not the 0.2611 branch. Stephen Adkins P.S. Please give me feedback on this patch. I hope to make other contributions in the future, and I hope I'm doing it r= ight. |