Comrade Burnout wrote:

James E Keenan wrote:


Comrade Burnout wrote:


I'm not sure this is the right place to ask, but I'm at the end of my
rope here.


perl Makefile.pl

make


make test VERBOSE=>1



Did you include 'make' between 'perl Makefile.PL' and 'make test'?


yes, i did. i just omitted it in my distracted message earlier ...
And, again, to rule out obvious problems ...
1. When you ran 'make', did you get output that looks more or less like this:

[eumm 532]$ make
cp lib/ExtUtils/ModuleMaker.pm blib/lib/ExtUtils/ModuleMaker.pm
cp lib/ExtUtils/ModuleMaker/Licenses/Standard.pm blib/lib/ExtUtils/ModuleMaker/Licenses/Standard.pm cp lib/ExtUtils/ModuleMaker/StandardText.pm blib/lib/ExtUtils/ModuleMaker/StandardText.pm

and

2.  When you run 'make test', did your output start like this:

[eumm 533]$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t


>>(Side issue:  IIRC, the proper way to use the VERBOSE option is:
>>    make test VERBOSE=1

I was wrong in the previous posting.  It should have been:

    make test TEST_VERBOSE=1

jimk

Reply via email to