Skip Menu |

This queue is for tickets about the Module-Install-ExtraTests CPAN distribution.

Report information
The Basics
Id: 34934
Status: resolved
Priority: 0/
Queue: Module-Install-ExtraTests

People
Owner: Nobody in particular
Requestors: taro.nishino [...] gmail.com
Cc:
AdminCc:

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



Subject: Makefile fatal error
Dear Ricardo, In ActivePerl and MSWIN32, Makefile made from Module::Install::ExtraTests becomes syntax error as follows: test_dynamic :: pure_all $(FULLPERLRUN) "-Iinc" "-MModule::Install::ExtraTests" "-e" "Module::Install::ExtraTests::__harness('Test::Harness', 0, '', 'xt/release', '', $(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCH LIB)')" $(TEST_FILES) Although "INST_ARCHLIB" exists, "INST_ARCH LIB" doesn't exist. Regards, Taro
Thanks! I wonder why this didn't break on unix... 0.003 has been uploaded with the bogus space removed. -- rjbs