libpod-plainer-perl

Perl extension for converting pod to old-style pod
  https://metacpan.org/release/Pod-Plainer
  0
  no reviews



Pod::plainer uses pod::parser which takes pod with the (new) 'c<< .. >>' constructs and returns the old(er) style with just 'c<>'; '<' and '>' are replaced by 'e' and 'e'.

this can be used to pre-process pod before using tools which do not recognise the new style pods.