Re: Win32 perl-framework oddities...

2003-03-31 Thread Stas Bekman
William A. Rowe, Jr. wrote: 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[ < Note the before $(PM_TO_BLIB) ... there

Win32 perl-framework oddities...

2003-03-29 Thread William A. Rowe, Jr.
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[ < before $(PM_TO_BLIB) ... there should be no linebreak before that va