I found the problem, but I'm posing this anyway in case anyone else wants to commiserate.

I ran ./Build html, and found the html file it produced. From the .tmp files it left behind, I see it must be calling pod2html.

One of my =head1 sections is missing! I made sure it was not empty. I added a =cut and #comment to separate it from the following. I tried changing the name. Whatever I try, it just won't show up.

The boilerplate ones at the bottom of the file still show up. The one I created before this one looks fine. If I add another one before the one that is showing now, it shows up.

Why would some of my docs be AWOL? I looked at pod2html and there's nothing about looking only for certain headers to include. In any case, one I created (not part of the boiler plate) is showing.

The solution:

I had some spaces on the line before the =head1 in question.

Should pod2html and other tools be more forgiving? Should an apparently blank line be meaningful in an ACME::Bleach kind of way?


In reply to POD troubles by John M. Dlugosz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.