Subject: | Fails to install when make isn't "make", like on Win32 |
In 31_sessions.t, there is a check for the following string at test 52.
(?sx:Builds.rice.+
ANDK/CPAN-Test-Dummy-Perl5-Build-\\d.+
\\./Build[ ]test[ ]--[ ]OK.+
ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-\\d.+
make[ ]test[ ]--[ ]OK)
The final line incorrectly assumes that the make program is called "make".
On Win32, where make is something like dmake.EXE, this test fails,
resulting in failure for CPAN.pm as a whole.