summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/pod/podselect.t
blob: 30eb30c9b038d76a6637fabd0a0f5d48cc0ccd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!./perl
BEGIN {
   chdir 't' if -d 't';
   unshift @INC, './pod', '../lib';
   require "testp2pt.pl";
   import TestPodIncPlainText;
}

my %options = map { $_ => 1 } @ARGV;  ## convert cmdline to options-hash
my $passed  = testpodplaintext \%options, $0;
exit( ($passed == 1) ? 0 : -1 )  unless $ENV{HARNESS_ACTIVE};


__END__

=include podselect.PL


OpenPOWER on IntegriCloud