Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Question about creating PPM's...

by randyk (Parson)
on Aug 26, 2006 at 18:49 UTC ( [id://569826]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Question about creating PPM's...
in thread Question about creating PPM's...

That's true - the problem only arises in the circumstances you found in your original post.

I think the place to start looking into this is the _translate sub of ActivePerl::DocTools::Tree::HTML. The title (and subsequent heading in the body) is coming from what Pod::Html generates. I guess possible fixes are
  • patch Pod::Html
  • pass pod2html a title option which handles these problem cases better (that's what Module-Build and PPM-Make do)
  • after generating the html, edit it to replace the title (_translate already is doing such editing for other things)

Update: I filed a bug report (together with a patch) regarding this issue.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://569826]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-24 16:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found