glasswalk3r has asked for the wisdom of the Perl Monks concerning the following question:
Greetings fellow monks,
I'm asking myself how CPAN identifies that a package is a Module or Documentation. I release a distribution to it (Siebel-Srvrmgr-0.02) and there are two packages identified as "Documentation" (Siebel::Srvmrgr::Regexes and Siebel::Srvrmgr::ListParser::Output::Listcomp) and one package (Siebel::Srvrmgr) that is really only documentation (POD) and is identified as a module.
How does CPAN classify that? There is any way to control such categories? I tried to find something related but got nothing.
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How CPAN identifies a package as a module or documentation?
by JavaFan (Canon) on Mar 16, 2012 at 15:44 UTC | |
by Anonymous Monk on Mar 16, 2012 at 21:07 UTC |