This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 24886 was buggy - should be taking (and passing in) the
[perl5.git] / t / pod / pod2usage.t
CommitLineData
664bb207 1BEGIN {
9c6ed6d7
HS
2 use File::Basename;
3 my $THISDIR = dirname $0;
4 unshift @INC, $THISDIR;
664bb207
GS
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 pod2usage.PL
17
18