I'm getting a few odd behaviors, this is the first... pm_to_blib: $(TO_INST_PM) @$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \ "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \ -e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto','$(PM_FILTER)')" $(PM_TO_BLIB) <<
Note the <tab><nl> before $(PM_TO_BLIB) ... there should be no linebreak before that variable! This causes nmake to fail. Does anyone else see something strange like this?