diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-10 22:38:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-10 22:38:13 +0000 |
commit | 92e3d63aacb66085fea74c3f951f09e136337b97 (patch) | |
tree | 26db772e88a63590eae6677574c5616c93e979c7 /t/pod/podselect.t | |
parent | cd46e23b05b93423efcb49a21b866800469e7383 (diff) | |
download | perl-92e3d63aacb66085fea74c3f951f09e136337b97.tar.gz |
Update to Pod::Parser 1.17, from Brad Appleton.
p4raw-id: //depot/perl@6578
Diffstat (limited to 't/pod/podselect.t')
-rwxr-xr-x | t/pod/podselect.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/pod/podselect.t b/t/pod/podselect.t index 30eb30c9b0..0004548cb7 100755 --- a/t/pod/podselect.t +++ b/t/pod/podselect.t @@ -1,7 +1,7 @@ -#!./perl BEGIN { - chdir 't' if -d 't'; - unshift @INC, './pod', '../lib'; + use File::Basename; + my $THISDIR = dirname $0; + unshift @INC, $THISDIR; require "testp2pt.pl"; import TestPodIncPlainText; } |