Re: [Module::Build] should Pod::Readme vs. Pod::Text for README creation be a feature?
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <ml...@th...> - 2006-03-05 03:07:02
|
Yitzchak Scott-Thoennes wrote: > Just as META.yml can be forced to build with or without YAML by setting > the YAML_feature, shouldn't README creation depend on a feature? > > The other discrepancy is that Pod::Readme is recommended but YAML is > not; seems to me both or neither should be listed in recommends: in > META.yml. Same with the other feature-enabling modules. If not, > what are the criteria for what goes in recommends: and what doesn't? The requirement for creating README can't be properly expressed with current limitations; It depends on (Pod::Readme || Pod::Text). The best we can do is recommend one or both. Features wouldn't be appropriate in this case, because we still have to explicitly test for the presence of one or the other of the modules. We can't query ::ConfigData to determine what method to use. Randy. Hmm, only ~40 unread mails or mails marked for follow-up left in my Module::Build folder... |