File: nested-begin.pod

package info (click to toggle)
libpod-elemental-perl 0.103006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 1,471; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=pod

=head1 DESCRIPTION

Foo.

=begin outer

=begin inner

=head1 Inner!

=over

=item * one

=back

=begin inner

=head1 Another!

=end inner

=head2 Welcome to my Second Head

=end inner

=head3 Finalizing

=end outer

Baz.

=cut