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 ok 6 ok 7 ok 8 ok 9 - teardown # Looks like you failed 1 test of 9. %SYSTEM-F-ABORT, abort $ perl "-I[.blib.arch]" "-I[.blib.lib]" t/inst_prefix.t 1..58 ok 1 - setup ok 2 - chdir'd to Big-Dummy ok 3 ok 4 - PREFIX set based on INSTALLDIRS ok 5 - The object isa ExtUtils::MakeMaker ok 6 - NAME ok 7 - VERSION ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - PREFIX ok 14 - $(PREFIX) overrides PERLPREFIX ok 15 - $(PREFIX) overrides SITEPREFIX ok 16 - $(PREFIX) overrides VENDORPREFIX ok 17 - PERL_CORE ok 18 - PERL_SRC ok 19 # skip VMS must expand macros in INSTALL* vars ok 20 # skip VMS must expand macros in INSTALL* vars ok 21 # skip VMS must expand macros in INSTALL* vars ok 22 # skip VMS must expand macros in INSTALL* vars ok 23 # skip VMS must expand macros in INSTALL* vars ok 24 # skip VMS must expand macros in INSTALL* vars ok 25 # skip VMS must expand macros in INSTALL* vars ok 26 # skip VMS must expand macros in INSTALL* vars ok 27 # skip VMS must expand macros in INSTALL* vars ok 28 # skip VMS must expand macros in INSTALL* vars ok 29 # skip VMS must expand macros in INSTALL* vars ok 30 # skip VMS must expand macros in INSTALL* vars ok 31 # skip VMS must expand macros in INSTALL* vars ok 32 # skip VMS must expand macros in INSTALL* vars ok 33 # skip VMS must expand macros in INSTALL* vars ok 34 # skip VMS must expand macros in INSTALL* vars ok 35 # skip VMS must expand macros in INSTALL* vars ok 36 # skip VMS must expand macros in INSTALL* vars ok 37 # skip VMS must expand macros in INSTALL* vars ok 38 # skip VMS must expand macros in INSTALL* vars ok 39 # skip VMS must expand macros in INSTALL* vars ok 40 # skip VMS must expand macros in INSTALL* vars ok 41 not ok 42 # Failed test in t/inst_prefix.t at line 169. # got: '[.foo.bar.man.man3]' # expected: '' ok 43 - installvendorman1dir (in %Config) not modified ok 44 - installvendorman3dir (not in %Config) set ok 45 ok 46 ok 47 # skip VMS must expand macros in INSTALL* vars ok 48 # skip VMS must expand macros in INSTALL* vars ok 49 # skip VMS must expand macros in INSTALL* vars ok 50 # skip VMS must expand macros in INSTALL* vars ok 51 ok 52 ok 53 # skip VMS must expand macros in INSTALL* vars ok 54 # skip VMS must expand macros in INSTALL* vars ok 55 ok 56 ok 57 ok 58 - teardown # Looks like you failed 1 test of 58. %SYSTEM-F-ABORT, abort