Re: [ANNOUNCE] ExtUtils::MakeMaker 6.51_04
[email protected] ("Sisyphus") Wed, 27 May 2009 19:12:50 +1000
| Newsgroups | perl.perl5.porters,perl.makemaker |
|---|---|
| Message-ID | <7CA270F120D849639AD74C5D3186E0BA@desktop2> |
----- Original Message ----- From: "Michael G Schwern" <[email protected]> To: "makemaker" <[email protected]>; "Perl 5 Porters" <[email protected]> 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