in reply to pod2html includes markup (like B< >) in TITLE
Which version of Perl is this? I seem to recall a fix for this in 5.8.0 or 5.8.1. I just tried with 5.8.2 and it converted the directive appropriately.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: pod2html includes markup (like B< >) in TITLE
by PodMaster (Abbot) on Jan 07, 2004 at 08:22 UTC | |
Here's a patch against perl-current
| [reply] [d/l] [select] |
|
Re: Re: pod2html includes markup (like B< >) in TITLE
by ff (Hermit) on Jan 06, 2004 at 19:44 UTC | |
Thanks, UPDATE I took a quick look at the PAR slideshow. Thanks for the pointer. In the meantime, while upgrading Pod::Html should fix this particular problem, the deeper problem is my avoiding the problem of getting --title=title to work. On first reading the pod2html man page, my attempts at following the instructions failed, but considering the documentation from Pod::Html and its additional option of --backlink I realized that I wanted an automated (vs. command-line) solution to my problem of generating both .htm and .txt files anyway. And that another crack at --title was worthwhile. Thus, I can put the following script in a folder that contains a program's *_Readme.pod file and put the package file someplace accessible like E:/aa/perl/lib. Double-clicking the script from Windows Explorer rebuilds the .htm and .txt files from whatever I've done with my .pod file. And now I get all those little 'Back to Top' links. :-)
and the podtools.pl package file in my E:/aa/perl/lib folder:
| [reply] [d/l] [select] |
by PodMaster (Abbot) on Jan 07, 2004 at 08:49 UTC | |
| [reply] |