summaryrefslogtreecommitdiff
path: root/t/pod/headings.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-02 06:14:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-02 06:14:44 +0000
commit27f805f47766187affd2ea71d406ac389f4fe181 (patch)
tree00fbd71f028a2deb76817c1ec92286afced4079f /t/pod/headings.t
parent664bb207f6bd57f05b66c9abec00898987f7060b (diff)
downloadperl-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-xt/pod/headings.t6
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;
}