2 Aug 2008 16:17
[RESEND] Machine-Manipulatable Arguments for Module::Build
Shlomi Fish <shlomif <at> iglu.org.il>
2008-08-02 14:17:05 GMT
2008-08-02 14:17:05 GMT
Hi, I'm re-sending this message that I sent back in 10-April and which amounted to very little, this time to the module-build mailing list too. See this link for the original message: http://www.nntp.perl.org/group/perl.module-authors/2008/04/msg6419.html ----------- http://xrl.us/bi6n9 (link to svn.berlios.de) is a functional spec for a way to tag and classify CPAN modules. Those tags and catgories should end up in the META.yml. However, inserting them by hand by editing the Build.PL will be: 1. Error-prone. 2. Not capabale of being manipulated by an external program - "Only perl can understand Perl, etc.". 3. Because of #2 won't allow the current design in the functional spec of invoking a "./Build config --gui" stage which will communicate with a web-service to give an up-to-date selection of categories. Of course, this is not limited to this issue. I've overheard a conversation on a #perl where some people said they'd like to have all the (non-code) parameters to Module::Build be speicified in a YAML format or so. So I've been thinking of having a special file or files for this (or alternatively possibly re-use the __DATA__ section of the Build.PL) in order to specify machine-manipulatable parameters to the Build process.(Continue reading)
RSS Feed