ExtUtils::MakeMaker 6.55_02
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / pod2man.t
index fa533bd..c3dd2e2 100644 (file)
@@ -1,14 +1,14 @@
 #!/usr/bin/perl -w
 
+# Test our simulation of pod2man
+
 BEGIN {
     if ($ENV{PERL_CORE}) {
         chdir 't' if -d 't';
-        @INC = qw(../lib);
+        @INC = qw(../lib lib);
     }
 }
 
-# Test our simulation of pod2man
-
 use strict;
 use lib 't/lib';