Perl, CPAN, and failures...

Colin Charles byte at aeon.com.my
Sat May 28 13:55:41 UTC 2005


So, I was going to push this to fedora-perl-devel-lust, but the warning
scared me away

Anyways, doing:
	sudo perl -MCPAN -e 'install "Finance::YahooQuote"'

allows a test in Finance::YahooQuote to fail, having it not install
unless I force it

Where do I bug report such a thing?

Any perl heads know whats going on?

Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base........ok
t/02simple......FAILED test 1
        Failed 1/2 tests, 50.00% okay
t/03extended....ok
t/04custom......ok
t/05test........ok

I'm trying to run an app that requires this, and I'm now trying very
hard not to set aside some time and rewrite it in Python

Regards
-- 
Colin Charles, http://www.bytebot.net/




More information about the test mailing list