Remove all occurrences of occurence, except for one (in the
[p5sagit/p5-mst-13.2.git] / t / pod / pod2usage.t
1 BEGIN {
2    chdir 't' if -d 't';
3    unshift @INC, '../lib';
4    unshift @INC, './pod';
5    require "testp2pt.pl";
6    import TestPodIncPlainText;
7 }
8
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};
12
13
14 __END__
15
16 =include pod2usage.PL
17
18