diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-02 04:39:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-02 04:39:38 +0000 |
commit | 664bb207f6bd57f05b66c9abec00898987f7060b (patch) | |
tree | cb1f2d01968c6d856c6cc0b942f457e1ea3e998f /t/pod/podselect.t | |
parent | 4bd46447950ba8dfb481e9515d0a88ed358d2013 (diff) | |
download | perl-664bb207f6bd57f05b66c9abec00898987f7060b.tar.gz |
upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
p4raw-id: //depot/perl@4280
Diffstat (limited to 't/pod/podselect.t')
-rwxr-xr-x | t/pod/podselect.t | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/t/pod/podselect.t b/t/pod/podselect.t new file mode 100755 index 0000000000..0004548cb7 --- /dev/null +++ b/t/pod/podselect.t @@ -0,0 +1,18 @@ +BEGIN { + use File::Basename; + my $THISDIR = dirname $0; + unshift @INC, $THISDIR; + 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 + + |