Is there a possibility to make vim helpfiles from pers POD?
I know there is pod2text, pod2html, ...
Is there somting like pod2vim too?
EDIT:
Example
=pod =head1 Headline 1 abc =head1 Headline 2 cde =cut should become
*lib* For Vim version ... ... 1. Headline 1 ............ |lib-head1| 2. Headline 2 ............ |lib-head2| ============================================ 1. Headline 1 *lib-head1* abc ============================================ 2. Headline 2 *lib-head2* cde ============================================ vim:...