in reply to How CPAN identifies a package as a module or documentation?
one package (Siebel::Srvrmgr) that is really only documentation (POD) and is identified as a module.Yet, that .pm file starts with
Which magic do you expect the CPAN indexer to have?package Siebel::Srvrmgr; our $VERSION = '0.02';
Now, I do not claim to know how the indexer works, but I would try putting documentation only in a file whose name end with .pod instead of with .pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How CPAN identifies a package as a module or documentation?
by Anonymous Monk on Mar 16, 2012 at 21:07 UTC |