Re: [Module::Build] broken META.yml file
Status: Beta
Brought to you by:
kwilliams
From: Eric W. <scr...@gm...> - 2006-05-16 22:04:32
|
# from Randy W. Sims # on Tuesday 16 May 2006 12:58 pm: >> 1. >> M::B::PP [$f, $b] >> P::P [$f, $b] >> >> 2. >> M::B::PP [$f, $b] >> P::P ["$f $b"] >> >> 3. >> M::B::PP [" =A0$f", " =A0$b"] >> P::P [" =A0$f\n =A0$b"] >> >> The automated test is not trivial, but is still left as an exercise >> for the reader. > >Maybe we should just complain and ask the user to specify the >'dist_author' argument to the constructor if we detect multiple lines? >Or we could require format (2) above in the AUTHOR section where there >is one address perl line; we should be able to detect that reliably > enough. Er, do you mean "format (1)" and "one address per paragraph"? It's the only one that works consistently with the current code. Plus,=20 (2) and (3) are both somewhat incorrect anyway (any pod renderer gets=20 to put the stuff from (2) on a single line and as for (3), pod2html=20 doesn't render links in literal paragraphs.) =2D-Eric =2D-=20 "Beware of bugs in the above code; I have only proved it correct, not tried it." =2D-Donald Knuth =2D-------------------------------------------------- http://scratchcomputing.com =2D-------------------------------------------------- |