From: Steve Peters Date: Thu, 22 Feb 2007 18:09:06 +0000 (+0000) Subject: Revert changes to lib/ExtUtils/t/build_man.t from change X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb7d39f54ca678d4ba0e91eaea2d10f4ab6317d7;p=p5sagit%2Fp5-mst-13.2.git Revert changes to lib/ExtUtils/t/build_man.t from change #30380. The changes in that test write to the now readonly %Config. p4raw-id: //depot/perl@30381 --- diff --git a/lib/ExtUtils/t/build_man.t b/lib/ExtUtils/t/build_man.t index 103f4c7..1b92829 100644 --- a/lib/ExtUtils/t/build_man.t +++ b/lib/ExtUtils/t/build_man.t @@ -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',