Generally, the NAME section is expected to match the package name, which is supposed to match the the file name to qualify as a module name

But you can view your file via manifest (or keyboard) ;)

http://search.cpan.org/~gideon/Net-StackExchange2-0.01_2/MANIFEST -> http://search.cpan.org/~gideon/Net-StackExchange2-0.01_2/lib/Net/StackExchange2/V2.pm

Though I've not used it, http://search.cpan.org/pod2html PREVIEW might help in the future,

Example of this naming convention

$ module-starter --module Shabba --email email --author author --verbo +se Created Shabba Created Shabba\lib Created Shabba\lib\Shabba.pm Created Shabba\t Created Shabba\t\pod-coverage.t Created Shabba\t\pod.t Created Shabba\t\manifest.t Created Shabba\t\boilerplate.t Created Shabba\t\00-load.t Created Shabba\ignore.txt Created Shabba\Makefile.PL Created Shabba\Changes Created Shabba\README Added to MANIFEST: Changes Added to MANIFEST: ignore.txt Added to MANIFEST: lib/Shabba.pm Added to MANIFEST: Makefile.PL Added to MANIFEST: MANIFEST Added to MANIFEST: README Added to MANIFEST: t/00-load.t Added to MANIFEST: t/boilerplate.t Added to MANIFEST: t/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Created Shabba\MANIFEST Created starter directories and files $ perldoc Shabba\lib\Shabba.pm |head -n2 NAME Shabba - The great new Shabba! $ perldoc -u Shabba\lib\Shabba.pm |head -n3 =head1 NAME Shabba - The great new Shabba!

In reply to Re: my pod isn't showing up on search.cpan.org but shows on metacpan (module name, manifest, preview) by Anonymous Monk
in thread my pod isn't showing up on search.cpan.org but shows on metacpan by gideondsouza

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.