Re: [Module::Build] Making 0.28 a reality
Status: Beta
Brought to you by:
kwilliams
|
From: Stephen A. <spa...@gm...> - 2006-02-19 21:52:02
|
... > And (as has already been discussed ad nauseam) there is no such thing > as a way to list a pre-Build.PL/Makefile.PL requirement (except with > newer tools that read META.yml iff you have YAML installed). > Though I see a message[*] from Ken that he apparently intends to fix this= . > I have no idea how he'd go about this, though. ... It has already been stated that the subset of the YAML specification actual= ly needed by Module::Build is quite limited. Why not write a module (Module::Build::YAML) which is included in the M::B distribution which supplies all of the YAML functionality required by M::B. Then there would never again be a system which had M::B but did not have enough YAML support in order to support its functions? If people thought this was a good idea (and the solution to some of these problems), I would be happy to write it. (But it's not so hard, and I imagi= ne others could write it too and not have to wait for me.) Stephen |