First support of threads::shared, support shared svs and references.
[p5sagit/p5-mst-13.2.git] / t / pod / find.t
index 846b3ac..1bac930 100644 (file)
@@ -1,6 +1,15 @@
 # Testing of Pod::Find
 # Author: Marek Rouchal <marek@saftsack.fs.uni-bayreuth.de>
 
+BEGIN {
+    chdir 't' if -d 't';
+    # The ../../../../../lib is for finding lib/utf8.pm
+    # when running under all-utf8 settings (pod/find.t)
+    # does not directly require lib/utf8.pm but regular
+    # expressions will need that.
+    @INC = qw(../lib ../../../../../lib);
+}
+
 $| = 1;
 
 use Test;