Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > perl.pod-people > #68
| Newsgroups | perl.pod-people |
|---|---|
| Subject | Re: Which Pod module should be used / subclassed? |
| References | <87o94gecou.fsf@posteo.de> <442b4153-c0dd-842d-fb28-25ee3d90c26f@khwilliamson.com> |
| Date | 2019-05-10 21:52 +0200 |
| Message-ID | <87y33ekrys.fsf@posteo.de> (permalink) |
| From | haj@posteo.de ((Harald Jörg)) |
Karl Williamson <public@khwilliamson.com> writes: > [...] > I seem to be the one mostly maintaining Pod:Simple these days. I > think the design of Pod::Simple is basically sound. If you came up > with reasonable pull requests for either of those modules, I would > apply them. > > All those TODOs in the code are from the original author, I believe, > and they would be nice to have, but the code basically works and no > one has felt the need to spend the effort to implement them. Indeed, the parser in Pod::Simple is pretty easy to use. I guess that the formatting part can turn into a can of worms with regard to different tastes how things should look like or behave. It seems that the Pods I'm dealing with are somewhat non-standard, so I don't think that changing the behaviour of the existing formatters is justified. For now, I've submitted a pull request for a few of those documentation TODOs where I had to open the source to see what's available. Maybe I'll get to that problem of nested 'a' elements later, but since browsers don't really choke on that, it isn't too high on my list. -- Cheers, haj
Back to perl.pod-people | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Which Pod module should be used / subclassed? haj@posteo.de ((Harald Jörg)) - 2019-05-06 00:52 +0200
Re: Which Pod module should be used / subclassed? public@khwilliamson.com (Karl Williamson) - 2019-05-09 10:55 -0600
Re: Which Pod module should be used / subclassed? haj@posteo.de ((Harald Jörg)) - 2019-05-10 21:52 +0200
Re: Which Pod module should be used / subclassed? mark@overmeer.net (Mark Overmeer) - 2019-05-10 09:59 +0200
Re: Which Pod module should be used / subclassed? haj@posteo.de ((Harald Jörg)) - 2019-05-10 14:17 +0200
csiph-web