The speed improvement is great, but pmdesc2 has still some flaws:
(1) Version numbers with more than one separating point (sub-subversion) will be converted into control characters.
(2) DOS-terminated files are not handled correctly (no description found).
(3) The extracted description is not limited to a maximal length, so faulty docs are slurped in completely.
(4) Some modules are split into a pm-file and an accompanying pod-file which leads to double entries.
I rewrote parts of the script and called it pmdesc3. It overcomes the above
mentioned flaws. Output can be sorted and formated. It has a POD included.
pmdesc3 is part of the VIM-plugin perl-support.vim (script # 556) and can be
found at http://vim.sourceforge.net/scripts/script.php?script_id=556
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.