Subject: | Refactor Apache::Pod::* |
both Apache::Pod::HTML and Apache::Pod::Text have very similar handlers. Apache::Pod can supply the handler and rely on the subclasses to translate the POD to the right format and supply the right content-type.
this makes it easier to add more formats (RTF, PDF, Flash) later.