On Tue, 24 Aug 2004, David Wheeler wrote: > Hi All, > > I'm reading through testing/testing.pod right now, making some changes > to make its narrative flow a bit better, plus changing the occasional > grammatical or spelling error (patch to follow). A quick question, > though: Does the POD processing module that the project use recognize > the F<> POD tag? This tag identifies files. Right now, the docs are > using I<> for files, but F<> is more correct. If the POD processing > that generates the HTML and other formats recognizes F<>, I'd like to > switch to it. > > Thanks, > > David
Yes, F<> is understood (I've been using it for the Win32 sections). There's a neat feature in the html conversion - if there's a (physical) file "foo", F<foo> will become a link to "foo". -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
