diff options
Diffstat (limited to 'lib/ExtUtils/t/pod2man.t')
-rw-r--r-- | lib/ExtUtils/t/pod2man.t | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ExtUtils/t/pod2man.t b/lib/ExtUtils/t/pod2man.t index fa533bdcf0..1632234b15 100644 --- a/lib/ExtUtils/t/pod2man.t +++ b/lib/ExtUtils/t/pod2man.t @@ -1,12 +1,5 @@ #!/usr/bin/perl -w -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - @INC = qw(../lib); - } -} - # Test our simulation of pod2man use strict; |