in reply to CPAN upload previewer

I think this gets you a little closer than pod2html because it uses CSS: Re: pod2html question

Replies are listed 'Best First'.
Re^2: CPAN upload previewer
by SilasTheMonk (Chaplain) on Sep 09, 2009 at 13:42 UTC
    Thanks. I have bookmarked that.

    Edit: Tried it. Quite satisfactory really.

Re^2: CPAN upload previewer
by vitoco (Hermit) on Sep 09, 2009 at 15:53 UTC

    Argh! Section linking works somehow different than pod2html: Some unwanted quotes are added and items have no NAME anchors like headings to link them.

      The lack of =item <a name/>s has bothered me for a long time. I see quite a few authors moving toward using head2 for all their methods/functions to get around it. :(