dgaramond2 has asked for the wisdom of the Perl Monks concerning the following question:
I have Perl module with code along the line of:
I want document this to users. Is there an easy way to produce something like this from the code, instead of typing (and syncing) them manually:our %stuff = ( foo => 'This is for alpha blah blah ...', bar => 'This is for beta blah blah ...', baz => 'This is for gamma blah blah ...', ... );
I suspect this is the domain of PodWeaver and stuff, anyone care to give a guide on how to use this and possibly incorporate this into Dist::Zilla building process? Thanks.=head3 %stuff =over 4 =item * foo => 'This is for alpha blah blah ...' =item * bar => 'This is for beta blah blah ...' =item * baz => 'This is for gamma blah blah ...' =back
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POD from code?
by Corion (Patriarch) on Nov 03, 2010 at 07:38 UTC | |
by JavaFan (Canon) on Nov 03, 2010 at 10:32 UTC | |
by LanX (Saint) on Nov 03, 2010 at 11:58 UTC | |
by dgaramond2 (Monk) on Nov 03, 2010 at 22:15 UTC | |
|
Re: POD from code?
by Your Mother (Archbishop) on Nov 03, 2010 at 18:53 UTC |