Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
[p5sagit/p5-mst-13.2.git] / t / pod / multiline_items.t
index 334832d..0fe410a 100755 (executable)
@@ -1,7 +1,7 @@
 BEGIN {
-   chdir 't' if -d 't';
-   unshift @INC, '../lib';
-   unshift @INC, './pod';
+   use File::Basename;
+   my $THISDIR = dirname $0;
+   unshift @INC, $THISDIR;
    require "testp2pt.pl";
    import TestPodIncPlainText;
 }