On Sun, May 24, 2009 at 2:10 PM, Michael G Schwern <schw...@pobox.com> wrote:
> Craig A. Berry wrote:
>> On Sun, May 24, 2009 at 12:44 AM, Michael G Schwern <schw...@pobox.com> 
>> wrote:
>>> Consider this a release candidate for 6.52.  The major change is the
>>> INSTALLHTML* work has been reverted pending a critical bug in order to not
>>> hold up a stable release.  I forgot to note that in the change log.
>>>
>>>
>>> 6.51_03  Sat May 23 22:38:26 PDT 2009
>>>    Bug Fixes
>>>    * Building *.C files was broken in 6.37. [rt.cpan.org 45557]
>>>      Thanks to Rajesh Mandalemula for spotting it.
>>
>> Built against v5.10.0 (GitLive-maint-5.10-1196-ga8a43ff*) built for
>> VMS_IA64-ithread, I see two test failures.  Detailed output below.
>> I'll try to dig into these more later.
>>
>> $ perl "-I[.blib.arch]" "-I[.blib.lib]" t/build_man.t
>> 1..9
>> ok 1 - setup
>> ok 2 - chdir'd to Big-Dummy
>> ok 3
>> ok 4
>> not ok 5
>> #   Failed test in t/build_man.t at line 63.
>> #     Structures begin differing at:
>> #          $got->{[.lib.big]dummy.pm} = '[.blib.man3]big__dummy.rno'
>> #     $expected->{[.lib.big]dummy.pm} = Does not exist
>
> They look related.  What's your Config settings for the installman*dir keys?
> I made a change to the way MakeMaker deals with them being unset.  It used to
> set them to 'none' and now it just leaves them blank.

$ perl -"V:installman1dir"
installman1dir='perl_root:[man.man1]';
$ perl -"V:installman3dir"
installman3dir='perl_root:[man.man3]';

Reply via email to