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
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |