From: Nick C. <ni...@cl...> - 2002-03-26 21:52:29
|
On Tue, Mar 26, 2002 at 01:45:09PM -0800, Nick Cleaton wrote: > > > Modified Files: > FormMail.pl > Log Message: > Copied $allow_empty_ref docs from README to POD > This is going to be a problem so long as we have the docs duplicated in the README and in FormMail.pl. It's nice having them in POD, and having them in FormMail.pl allows the use of a CVS revision tag, also nice. How about deleting the README from CVS and generating a README at release time with something like: pod2text -qnone -w72 FormMail.pl >README The pod2text that comes with perl 5.6.1 does a pretty good job IMO. We could even have readme.html as a bonus :) Dave, would that be easy ? -- Nick |