http://qs1969.pair.com?node_id=305884


in reply to Re: Re: Re: editing paths in INC
in thread editing paths in INC

Please read the thread before posting. Perl -v is posted in my original post and make test is included.

Replies are listed 'Best First'.
•Re: Re: Re: Re: Re: editing paths in INC
by merlyn (Sage) on Nov 10, 2003 at 18:55 UTC
    Please read the thread before posting.
    You should follow your own advice! He said:
    You need to provide everything from `perl Makefile.PL' up until (and including) `make test',
    Where's the part between the Makefile.PL and the testing. Namely, the building? You've not included that yet, and I noticed because I was curious about that too. How could a "make all" not put the module in place that you are now testing?

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.

Re: Re: Re: Re: Re: editing paths in INC
by ysth (Canon) on Nov 11, 2003 at 02:10 UTC
    I would still very much like to know your MakeMaker version (output from perl -MExtUtils::MakeMaker=999) and some details about your perl configuration. Can you give the output from perl -V:'(site|config_args|prefix).*'? For example:
    $ perl -V:'(site|config_args|prefix).*' prefix='/usr' config_args='-de -Dmksymlinks -Dusemultiplicity -Duse64bitint -Doptimi +ze=-O3 -Dman3ext=3pm' prefixexp='/usr' sitearch='/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int' sitearchexp='/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int' sitebin='/usr/bin' sitebinexp='/usr/bin' sitelib='/usr/lib/perl5/site_perl/5.8.0' sitelib_stem='/usr/lib/perl5/site_perl' sitelibexp='/usr/lib/perl5/site_perl/5.8.0' siteman1='/usr/share/man/man1' siteman3='/usr/share/man/man3' siteprefix='/usr' siteprefixexp='/usr'
    What I understand you to have reported (MakeMaker putting a module into somewhere not in @INC), shouldn't be happening. I'd like to find out what's up. (You might consider updating MakeMaker; I hesitate to recommend that not knowing how you have things set up--for all I know it might be having gotten a newer MakeMaker that broke things for you.)