Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 17672
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: sisyphus1 [...] optusnet.com.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 6.30_01
Fixed in: 6.64



Subject: $MM->pasthru() no longer detects '-nologo' on nmake -built perl
With EU::MM-6.30_01, test 41 of t/MM_Win32.t fails iff $Config{make} eq 'nmake'. (In earlier versions of EU::MM there was no such problem.) Test 41 has not changed and looks like this: # pasthru() { my $pastru = "PASTHRU = " . ($Config{make} =~ /^nmake/i ? "- nologo" : ""); is( $MM->pasthru(), $pastru, 'pasthru()' ); } On nmake-built perl it fails, outputting: # got: 'PASTHRU = ' # expected: 'PASTHRU = -nologo' Seems that $MM->pasthru() no longer detects the '-nologo'. Cheers, Rob
This test was removed in the v6.64 release. Many thanks.