![]() |
|
|
|||||||
![]() |
PERL - Problem installing CGI::Application after t/04getquery |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I am trying to install CGI::Application using CPAN, but the process
doesn't finish. It seems to get stuck at test t/05 (if it exists): Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01cgiapp...........ok t/02mailform.........ok t/03prerun...........ok t/04getquery.........ok 1/3(offline mode: enter name=value pairs on standard input) I am using CPAN v1.71 and Perl 5.6.0 on a Mac OS X 10.2 dual proc machine. Any help is appreciated. Regards, Gustavo Delfino Gustavo Delfino |
|
|
|
|
#2 |
|
Posts: n/a
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 (Gustavo Delfino) wrote in news: om: > I am trying to install CGI::Application using CPAN, but the process > doesn't finish. It seems to get stuck at test t/05 (if it exists): > > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' > t/*.t > t/01cgiapp...........ok > t/02mailform.........ok > t/03prerun...........ok > t/04getquery.........ok 1/3(offline mode: enter name=value pairs on > standard input) Offhand, it looks like a problem in the test suite. Have you tried contacting the author of CGI::Application? - -- Eric $_ = reverse sort qw p ekca lre Js reh ts p, $/.r, map $_.$", qw e p h tona e; print -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com> iQA/AwUBPwvsFGPeouIeTNHoEQJA8gCgiCOLGH9x4rP1C3tY6PDf/Tg6CCMAoOs9 L/sjOgxgtSdZOtcBGTqiXZrn =+wAg -----END PGP SIGNATURE----- |
|