#30380. The changes in that test write to the now
readonly %Config.
p4raw-id: //depot/perl@30381
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';
}
{
- local $Config{installman3dir} = File::Spec->catdir(qw(t lib));
-
my $mm = WriteMakefile(
NAME => 'Big::Dummy',
VERSION_FROM => 'lib/Big/Dummy.pm',