[Module-build-general] [idea] readme_from => $file
Status: Beta
Brought to you by:
kwilliams
|
From: Steve P. <sp...@qu...> - 2003-09-12 15:07:42
|
Hi all, I'm one of those people who uses pod2text to generate my README files - problem is I keep forgetting to update the README before making a dist, which is a bit annoying when you go to all the effort of updating the pod! So I thought perhaps this would be a good thing for Module::Build to take on -- entirely optional, of course. Perhaps another parameter to new(): readme_from => $file If this param existed, your README file would be generated everytime you did: ./Build dist ./Build readme Do other people think that's a good idea? -Steve |