Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: MITHALDU [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: echo.t added with commit 69449ab8880bb8e00f9a890b95eec198d75b05ac is broken on windows
Result of some manual bisecting: At commit 69449ab8880bb8e00f9a890b95eec198d75b05ac echo.t was added and cursory checking doesn't show it working for me at any time: t/echo.t ...... 1/? # Failed test 'contents' # at t/echo.t line 52. # got: '' # expected: 'Foo # ' # Looks like you failed 1 test of 3.
This is a result of the incomplete Makefile being used for testing in the echo test. Window's ECHO needs more make variables to be set. Fixing it up now.
Fixed in the repo. I'll push out an alpha.