Page 1 of 1

does anybody know how to fix it

PostPosted: Mon Nov 12, 2007 10:40 am
by eliasferreyra
im having problems installing Bundle::CPAN
im receibing this meaasge
and it stop here and doesnt continue

Manifying blib/man3/TAP::Parser::Result::Bailout.3pm
Manifying blib/man3/TAP::Parser::Multiplexer.3pm
Manifying blib/man3/TAP::Parser::YAMLish::Writer.3pm
Manifying blib/man3/TAP::Parser::Result::Version.3pm
Manifying blib/man3/TAP::Harness.3pm
Manifying blib/man3/TAP::Parser::Result::Unknown.3pm
Manifying blib/man3/TAP::Parser::Aggregator.3pm
Manifying blib/man3/TAP::Parser::YAMLish::Reader.3pm
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/compat/*.t
t/000-load........................1/56 # Testing Test::Harness 3.00, Perl 5.008005, /usr/bin/perl
t/000-load........................ok
t/aggregator......................ok
t/bailout.........................ok
t/base............................ok
t/callbacks.......................ok
t/compat/failure..................ok
t/compat/inc-propagation..........


here it stop and doesnt continue can anybody helpme ...

PostPosted: Mon Nov 12, 2007 12:25 pm
by ramindia
Hi

what Distro ? and Version of distro ?

ram

PostPosted: Tue Nov 13, 2007 12:57 am
by ramindia
Hi

Looks like some DNS issue with this package

so get manually from

wget http://hexten.net/tapx/r797/Test-Harness-3.02.tar.gz

tar -zxvf Test-Harness-3.02.tar.gz

perl Makefile.PL
make
make test
make install

then install "install Bundle::CPAN"

ram