Re: [Module-build-general] A portable README generation syntax?
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-09-15 15:30:00
|
On Sunday, September 14, 2003, at 08:57 PM, Mark Stosberg wrote: > > I've noticed that a number of Perl modules have a README file that > repeats the contents of the primary modules documentation in a text > based format. This seems reasonable to me. [...] > If this seems like a common and useful thing that people would want to > do with > Module::Build, perhaps it could warrant syntax shortcut. Hi Mark, This has already been added to the CVS version of Module::Build, with a simple 'create_readme' parameter passed to the new() method. -Ken |