Plain Old Documentation format. Pod is a simple-to-use markup language used for writing documentation for Perl, Perl programs, and Perl modules.
Questions tagged [perl-pod]
63 questions
0
votes
1 answer
Wrong file encoding after Dist::Zilla
How can I get mojibake to pass? this might be a bug in the contributors plugin. The character does not render correctly in perldoc, but does in my vim and in the extracted git log.
# Failed test 'Mojibake test for blib/lib/Pod/Spell.pm'
# at…

xenoterracide
- 16,274
- 24
- 118
- 243
0
votes
2 answers
Auto-increment integers for POD items
Would anyone know of a way to dynamically increment an integer for item titles? This is mainly to avoid having to change every step number in the event that a new step would need to be added/removed somewhere in the middle of a ton of steps. Below…

user2852622
- 3
- 1
0
votes
1 answer
POD: How to insert tabs?
How could I insert two tabs before each Description so that the tabs are shown in the html-output?
=pod
=head2 Head 2
My list:
=over
=item
First Description A
=item
Second Description B
=item
Third Description C
=back
=cut

sid_com
- 24,137
- 26
- 96
- 187