in reply to ExtUtils::MakeMaker installation problem

it's trying to install ExtUtils::MakeMaker

I doubt that http://search.cpan.org/~kazuho/Starlet-0.13/ is trying to install ExtUtils::MakeMaker, or that it gets stuck doing so on freebsd

Sure, it requires MakeMaker version 6.42, but perl v5.10.1 already comes with MakeMaker version 6.55_02

Something doesn't make sense :)

you need to drop into a shell, look or cpanp z Starlet, run make realclean if required,

and copy/paste the output from perl Makefile.PL and make test

Maybe like

perl Makefile.PL >out.txt 2>&1 dmake test TEST_VERBOSE=1 >>out.txt 2>&1

Replies are listed 'Best First'.
Re^2: ExtUtils::MakeMaker installation problem
by ya_1 (Initiate) on Oct 28, 2011 at 09:42 UTC
    put it on my scratchpad. http://www.perlmonks.org/?node_id=934164
      post it here not scratchpad