* Will Coleda <[email protected]> [2010-06-29T20:01:51] > > Is subclassing Pod::Simple::HTML the current best practice for doing > this? (I have some =begin/=end markers that I need to be handled in a > non-standard fashion)
I tend to use Pod::Simple::XHTML, but either one can work. > If so, any pointers on how would be greatly appreciated. I tend to abuse Pod::Simple in conjunction with Pod::Elemental, so these are not demonstrative of much beyond my hamfistedness: http://cpansearch.perl.org/src/RJBS/WWW-AdventCalendar-0.100160/lib/WWW/AdventCalendar/Article.pm http://github.com/rjbs/pod-cyoa/blob/master/lib/Pod/CYOA/XHTML.pm http://github.com/rjbs/dzil.org/raw/master/src/tutorial/build-tutorial.pod Sorry. I can probably help with specific questions. Oh, this might be useful: http://cpansearch.perl.org/src/DWHEELER/Pod-Simple-3.14/t/xhtml05.t -- rjbs
