On Thu, May 27, 2010 at 8:37 PM, Steve Bertrand <st...@ipv6canada.com>wrote:
> Is there a POD system that can be used exclusively for 'developer' > documentation? Can I make devel docs 'hidden' from the rest of the POD? > > If not, can you recommend a decent practice that I can weave into my > current documentation methodology so that people can still enjoy my user > docs, while I can review my devel docs within a separate `perldoc' page? > I've seen large projects like Moose put user documentation under Moose::Manual::... The developer documentation is named after the actual code module. -- Robert Wohlfarth