Revert changes to lib/ExtUtils/t/build_man.t from change
authorSteve Peters <steve@fisharerojo.org>
Thu, 22 Feb 2007 18:09:06 +0000 (18:09 +0000)
committerSteve Peters <steve@fisharerojo.org>
Thu, 22 Feb 2007 18:09:06 +0000 (18:09 +0000)
#30380.  The changes in that test write to the now
readonly %Config.

p4raw-id: //depot/perl@30381

lib/ExtUtils/t/build_man.t

index 103f4c7..1b92829 100644 (file)
@@ -15,17 +15,11 @@ BEGIN {
 use strict;
 use Test::More tests => 9;
 
-use File::Spec;
 use TieOut;
 use MakeMaker::Test::Utils;
 use MakeMaker::Test::Setup::BFD;
 
 use ExtUtils::MakeMaker;
-use ExtUtils::MakeMaker::Config;
-
-# Simulate an installation which has man page generation turned off to
-# ensure these tests will still work.
-$Config{installman3dir} = 'none';
 
 chdir 't';
 
@@ -57,8 +51,6 @@ SKIP: {
 }
 
 {
-    local $Config{installman3dir} = File::Spec->catdir(qw(t lib));
-
     my $mm = WriteMakefile(
         NAME            => 'Big::Dummy',
         VERSION_FROM    => 'lib/Big/Dummy.pm',