leocharre has asked for the wisdom of the Perl Monks concerning the following question:
If I'm writing a module distro, and I have lib/Module.pm, and I want to write documentation in a separate file, I can write lib/Module.pod.
What if I have bin/app and I want to write separate documentation, should I place it in bin/app.pod or lib/app.pod? I'm thinking bin, will this make ExtUtils::MakeMaker upset? Looks like no. Is it poor practice?
Maybe I should just place all my docs in a different dir structure?
Maybe it doesn't matter as long as the documentation is written properly? (?)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Writing external pod for a distro executable
by Anonymous Monk on Oct 14, 2008 at 21:48 UTC |