Comrade Burnout wrote:

James E Keenan wrote:


And, again, to rule out obvious problems ...
1.  When you ran 'make', did you get output that looks more or less
like this:


FWIW, here's the full output of make ...


[ burnt ] :: make
cp lib/ExtUtils/ModuleMaker/StandardText.pm
blib/lib/ExtUtils/ModuleMaker/StandardText.pm
[snip]

Let me point out one other anomaly which may not be the source of the problem. In the following line of output 'make' is using the perl executable in /usr/bin

/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/modulemaker
Manifying blib/man1/modulemaker.1
[snip]

... same in 'make test'

[ burnt ] :: make test | more
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_ini..........................ok
Odd number of elements in hash assignment at

But the test is failing by looking at the version installed under /usr/local/lib. Does this imply that you have a /usr/local/bin/perl as well? And, if so, could that be the source of the problem?

/usr/local/lib/perl5/site_perl/5.6.1/ExtUtils/ModuleMaker.pm line 232.
#     Failed test
(/opt/source/perl/ExtUtils-ModuleMaker-0.39_10/blib/lib/ExtUtils/ModuleMaker/Auxiliary.pm
at line 224)

[snip]

[ burnt ] :: which perl
/usr/bin/perl

jimk
Fishing for answers

Reply via email to