jds17 has asked for the wisdom of the Perl Monks concerning the following question:
Dear monks,
I am using Moo::Role for a module and want to write POD for role methods only once to avoid having multiple copies of the same POD to maintain. The natural place for this documentation would be the class defining the role, but currently I have to repeat the POD in each role impersonating class since otherwise Pod::Coverage chokes on it.
For Moose, there is Pod::Coverage::Moose which can be used to fix this, but I did not find anything similar for Moo. Do you have an idea what to use or how to handle this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Does something like Pod::Coverage::Moose exist for Moo?
by tobyink (Canon) on Oct 24, 2012 at 21:26 UTC | |
by jds17 (Pilgrim) on Oct 24, 2012 at 22:02 UTC | |
by tobyink (Canon) on Oct 25, 2012 at 00:36 UTC | |
by jds17 (Pilgrim) on Oct 25, 2012 at 07:50 UTC |