Nice summary. I also use Pod::POM not to generate html but to make an application self documenting (self searching in fact with the help of Pod::Simple::Search) so writting "pbs -d index" searches the modules for pod and presents an index. The only 'problem' with Pod::POM is the overloading of the stringification operator, a real pain.
Cheers, Nadim. On Thursday 11 November 2004 20:29, Joseph Brenner wrote: > Dave Cross <[EMAIL PROTECTED]> wrote: > > Joseph Brenner wrote: > > > I wrote up a quick summary of my researches into the state > > > of pod to html conversion: > > > > > > http://obsidianrook.com/devnotes/pod-html-summary.html > > > > > > I'll probably be posting it to perlmonks or something like > > > that in the near future, so if anyone has a chance, I'd > > > appreciate hearing about any mistakes. > > > > I normally use Pod::POM, which isn't on your list. > > Okay, I'll at least give it a mention.
