3 my $THISDIR = dirname $0;
4 unshift @INC, $THISDIR;
6 import TestPodIncPlainText;
9 my %options = map { $_ => 1 } @ARGV; ## convert cmdline to options-hash
10 my $passed = testpodplaintext \%options, $0;
11 exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE};
22 You shouldn't see this
27 pod2text should see this
31 and everything should see this!
35 Similarly, this line ...
41 should all be in pod2text output
45 Tweedley-deedley-dee, Im as happy as can be!
46 Tweedley-deedley-dum, cuz youre my honey sugar plum!
50 But I expect to see neither hide ...
58 The rest of this should show up in everything.