Looks like some problem with pod2html. Do you need to htmlify your pod docs ? If not the simplest way might be to modify the generated Makefile, so that the htmlificationof the pod docs is skipped.
Not sure how best to do that and, since there's no attempt made to "htmlifypods" when I build HTML::Parser-3.55 (or any other module, ftm) on both my Win32 and mandrake Linux, it's hard for me to experiment. But I would just try removing the entire "MakeMaker htmlifypods section" from the generated Makefile (along with any other references to htmlifypods that it contains) -
then run make, and see what happens.
ie:
1) run make clean
2) run perl Makefile.PL
3) modify the generated Makefile
4) run make
Keep repeating until you get it to work ... or until you get sick of it :-)
Of course, if you really do need to htmlify the pods, then you'll have to fix the problem. Start with trying to find out where UpdateHTML_blib is being called from. I searched my entire Perl installation for both "UpdateHTML_blib" and "htmlifypods" and all it turned up was a couple fo references to "htmlifypods" in the "Changes" file. When I search the HTML-Parser-3.55 build directory for the same strings I get no match at all.
Cheers,
Rob
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, details, 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, summary, 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.