diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-02 06:14:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-02 06:14:44 +0000 |
commit | 27f805f47766187affd2ea71d406ac389f4fe181 (patch) | |
tree | 00fbd71f028a2deb76817c1ec92286afced4079f /t/pod/headings.t | |
parent | 664bb207f6bd57f05b66c9abec00898987f7060b (diff) | |
download | perl-27f805f47766187affd2ea71d406ac389f4fe181.tar.gz |
fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
p4raw-id: //depot/perl@4281
Diffstat (limited to 't/pod/headings.t')
-rwxr-xr-x | t/pod/headings.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/pod/headings.t b/t/pod/headings.t index 78608d0fd9..fc7b4b265b 100755 --- a/t/pod/headings.t +++ b/t/pod/headings.t @@ -1,7 +1,7 @@ +#!./perl BEGIN { - use File::Basename; - my $THISDIR = dirname $0; - unshift @INC, $THISDIR; + chdir 't' if -d 't'; + unshift @INC, './pod', '../lib'; require "testp2pt.pl"; import TestPodIncPlainText; } |