fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
[p5sagit/p5-mst-13.2.git] / t / pod / podselect.t
CommitLineData
27f805f4 1#!./perl
664bb207 2BEGIN {
27f805f4 3 chdir 't' if -d 't';
4 unshift @INC, './pod', '../lib';
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=include podselect.PL
17
18