Remove all occurrences of occurence, except for one (in the
[p5sagit/p5-mst-13.2.git] / t / pod / multiline_items.t
CommitLineData
664bb207 1BEGIN {
dbd1b0a2 2 chdir 't' if -d 't';
3 unshift @INC, '../lib';
4 unshift @INC, './pod';
664bb207 5 require "testp2pt.pl";
6 import TestPodIncPlainText;
7}
8
9my %options = map { $_ => 1 } @ARGV; ## convert cmdline to options-hash
10my $passed = testpodplaintext \%options, $0;
11exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
12
13
14__END__
15
16
17=head1 Test multiline item lists
18
19This is a test to ensure that multiline =item paragraphs
20get indented appropriately.
21
22=over 4
23
24=item This
25is
26a
27test.
28
29=back
30
31=cut