On Mon, 27 Jan 2003, Mitchell, Steve wrote:
> 780: # --- MakeMaker pm_to_blib section:
> 781:
> 782: pm_to_blib: $(TO_INST_PM)
> 783: @$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \
> 784: "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \
> 785: -e "pm_to_blib(qw[ <<pmfiles.dat
> ],'$(INST_LIB)\auto','$(PM_FILTER)')"
> 786:
> 787: $(PM_TO_BLIB)
> 788: <<
> 789: @$(TOUCH) $@
>
That's weird. I have perl 5.6.1 here and when I run perl Makefile.PL I
get:
pm_to_blib: $(TO_INST_PM)
@$(PERLRUNINST) "-MExtUtils::Install" \
-e "pm_to_blib({qw{Stemmer.pm blib/lib/Stemmer.pm}},'$(INST_LIB)/auto','$(PM_FILTER)')"
@$(TOUCH) $@
I'll have to install perl 5.8 and see what happens. I haven't looked at
that module in a while -- it may be that the Makefile.PL breaks things
under 5.8. I'll try and look later today or tomorrow.
--
Bill Moseley moseley@hank.org
Received on Mon Jan 27 17:20:54 2003