source:
vendor/perl/5.8.8/t/pod/pod2usage.t
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 363 bytes | |
| Rev | Line | |
|---|---|---|
| [3181] | 1 | BEGIN { |
| 2 | use File::Basename; | |
| 3 | my $THISDIR = dirname $0; | |
| 4 | unshift @INC, $THISDIR; | |
| 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 |
Note:
See TracBrowser
for help on using the repository browser.
