On 22/02/07, Michael G Schwern <[EMAIL PROTECTED]> wrote:
Rafael Garcia-Suarez wrote:
> On 22/02/07, Steve Peters <[EMAIL PROTECTED]> wrote:
>> Additionally, I just reverted the changes to t/build_man.t. In
>> bleadperl,
>> %Config is readonly, so the test fails fatally when it attempts to write
>> to it.
>
> Actually, it was a bug in the test:
>
> Change 30382 on 2007/02/22 by [EMAIL PROTECTED]
>
> Reinstate tests removed by change #30381, but don't
> "use Config" in the test, because that will overwrite
> %main::Config with the real Config hash, not the fake
> one from MakeMaker.
>
> I'm not sure the fix is right though; there's a test that should be
> skipped apparently on a condition that depends on the real Config, not
> on the fake ExtUtils::MakeMaker::Config. But if I do that, that test
> fails :-(
This was due to the hatchet surgery initially done to fix this test.
http://public.activestate.com/cgi-bin/perlbrowse/p/29357
29357 should be reverted.
but if I do that, the test fail in bleadperl:
[EMAIL PROTECTED] t]$ ./perl -MTestInit ../lib/ExtUtils/t/build_man.t
1..9
ok 1 - setup
ok 2 - chdir'd to Big-Dummy
ok 3
not ok 4
# Failed test at ../lib/ExtUtils/t/build_man.t line 51.
ok 5
ok 6
ok 7
ok 8
ok 9 - teardown
# Looks like you failed 1 test of 9.