I'm sorry, it looks like my example didn't cover the whole case. Here's some more sample:

=head1 OPTIONS The following options are supported. Also note that some options are mutually exclusive (see B<SYNOPSIS>). =item I<-v> View only. This will create a view as defined in the configuration file for either I<development> or I<integration>. This option must include either the B<dev> or the B<int> argument. =item I<-s> Snapshot. Will create a snapshot view instead of a dynamic view. Note that the snapshot path must be defined in the configuration file. =item I<-e> Existing stream. Will create a dynamic view based on an existing stream. Note that the view should not exist already. The provided argument should be the I<name> of the stream - not the I<title> of the stream. =head1 EXAMPLES =item * joinproject -v dev configfilename.cfg =cut

I tried putting in =cut statements (surrounded by empty lines) but that didn't work, either. I can't get anything other than the initial items to display with their appropriate tags.

Thanks for your input - that did work for my example, unfortunately, I don't think I made my example comprehensive enough. Do you have any more ideas or do you see something I'm doing wrong in general (for example, should I be putting a =cut after every command block?)


Andy


In reply to Re: Re: No Grok POD Tag by Anonymous Monk
in thread No Grok POD Tag by Anonymous Monk

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.