This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to PodParser 1.18, from Brad Appleton.
[perl5.git] / t / pod / multiline_items.t
index 37e8d53..0fe410a 100755 (executable)
@@ -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;
 }