----- Original Message ----- From: "Michael G Schwern" <schw...@pobox.com> To: "makemaker" <makemaker@perl.org>; "Perl 5 Porters" <perl5-port...@perl.org>
Sent: Monday, May 25, 2009 7:12 AM Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.51_04
I grabbed http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.51_04.tar.gz
Builds, tests and installs fine, but arch_check() from MM_Any.pm presents some confusing output when the Makefile.PL is run:
########################################## C:\_32\comp\ExtUtils-MakeMaker-6.51_04>perl Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: t/pod2html.t Please inform the author. Have /_64/perl1004/lib/ Want \_64\perl1004\lib\ Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [lib] Config says: [MSWin32-x64-multi-thread] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Writing Makefile for ExtUtils::MakeMaker ########################################## (And similar on other of my builds of Win32 perl.) Cheers, Rob