diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-10 12:38:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-10 12:38:53 +0000 |
commit | a8135056d5c1380755f4f82fb36fb8c4f7fb5c3b (patch) | |
tree | eec2b5a306388edcb40896d3d24798134d17b7a0 /t/pod | |
parent | a77abe7bf6a2fd8d208989832e6e1ac63136a0e7 (diff) | |
download | perl-a8135056d5c1380755f4f82fb36fb8c4f7fb5c3b.tar.gz |
Missing std block.
p4raw-id: //depot/perl@9671
Diffstat (limited to 't/pod')
-rw-r--r-- | t/pod/find.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/pod/find.t b/t/pod/find.t index 846b3accb3..bb6e9ba205 100644 --- a/t/pod/find.t +++ b/t/pod/find.t @@ -1,6 +1,11 @@ # Testing of Pod::Find # Author: Marek Rouchal <marek@saftsack.fs.uni-bayreuth.de> +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} + $| = 1; use Test; |