Config::Any fails tests on install

Config::Any fails tests on install

am 24.02.2007 20:49:48 von Daniel McBrearty

I went to upgrade one of my boxes today, and had probs with C::A

I sent an email to the module owner (address as in the perldoc) but
got a "550 - the lights are out" reply from cpan.

here's what happened. Looks like one of the test modules has a simple
error, so I force installed - anyone else had problems? or know what
to do when the owner seems to be MIA?

thanks

Daniel


root@roomatthetop:/root/.cpan/build/Config-Any-0.06# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-use..........ok
t/10-branches.....ok
t/20-parse........ok
18/54 skipped: various reasons
t/50-general......ok
t/51-ini..........ok
9/9 skipped: various reasons
t/52-json.........ok
t/53-perl.........ok
t/54-xml..........ok
2/2 skipped: Couldn't Load XML plugin
t/55-yaml.........ok
t/61-features.....ok 1/10# Looks like you planned 10 tests but only
ran 9.
t/61-features.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 10
Failed 1/10 tests, 90.00% okay (less 9 skipped tests: 0 okay,
0.00%)
t/pod-coverage....skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/pod.............skipped
all skipped: Test::Pod 1.14 required for testing POD
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ -------------------
t/61-features.t 255 65280 10 2 20.00% 10
2 tests and 38 subtests skipped.
Failed 1/12 test scripts, 91.67% okay. 1/98 subtests failed, 98.98%
okay.
make: *** [test_dynamic] Error 255


root@roomatthetop:/root/.cpan/build/Config-Any-0.06# perl -Ilib t/61-
features.t
1..10
ok 1 # skip File loading backend for INI not found
ok 2 # skip File loading backend for INI not found
ok 3 # skip File loading backend for INI not found
ok 4 # skip File loading backend for INI not found
ok 5 # skip File loading backend for INI not found
ok 6 # skip File loading backend for INI not found
ok 7 # skip File loading backend for INI not found
ok 8 # skip File loading backend for INI not found
ok 9 # skip File loading backend for INI not found
# Looks like you planned 10 tests but only ran 9.

Re: Config::Any fails tests on install

am 24.02.2007 21:24:57 von Ron Savage

On Sun, 25 Feb 2007 06:49:48 +1100, danielmcbrearty@gmail.com wrote:

Hi Dan

Here's what I got:

Command: perl Build test

Output:
t\01-use..........ok
t\10-branches.....ok
t\20-parse........ok
18/54 skipped: various reasons
t\50-general......ok
t\51-ini..........ok
9/9 skipped: various reasons
t\52-json.........ok
2/2 skipped: Couldn't Load JSON plugin
t\53-perl.........ok
t\54-xml..........ok
t\55-yaml.........ok
t\61-features.....dubious
=09Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 10
=09Failed 1/10 tests, 90.00% okay (less 9 skipped tests: 0 okay, 0.00%)
t\pod-coverage....ok
t\pod.............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ ----------------=
---
t\61-features.t 255 65280 10 2 20.00% 10
38 subtests skipped.

Errors:
# Looks like you planned 10 tests but only ran 9.
Failed 1/12 test scripts, 91.67% okay. 1/112 subtests failed, 99.11% okay.

If I was pre-committed to this module, I would persist with it, despite the=

failures. But I'm not...

My advice is to use Config::General instead, or - if you don't want to do=
that -
Config::Simple.

Re: Config::Any fails tests on install

am 25.02.2007 00:32:46 von Sisyphus

wrote in message
news:1172346588.182643.316990@p10g2000cwp.googlegroups.com.. .
..
..
> or know what
> to do when the owner seems to be MIA?
>

Was that the "rataxis at (@) cpan dot (.)org" address ? I would have
expected that to
be valid. (No guarantees of course.)

You could go to http://search.cpan.org/~rataxis/Config-Any-0.06/ , click on
the 'View/Report Bugs' link and submit a big report. (However, to make the
report you'll need to login with a Bitcard or PAUSE account.)

Alternatively, submit your bug report via email to bug-config-any
at (@) rt dot (.) cpan dot (.) org . (See the "Bugs and Limitations" section
in the module's
docs.)

Version 0.06 was uploaded just yesterday, so it's quite likely the author is
still taking an active interest in it :-)

Cheers,
Rob

Re: Config::Any fails tests on install

am 25.02.2007 00:39:10 von Sisyphus

"Sisyphus" wrote in message
..
..
> Version 0.06 was uploaded just yesterday

That's correct only in those parts of the world where "today" is the 23rd
February :-)

Cheers,
Rob

Re: Config::Any fails tests on install

am 25.02.2007 19:46:57 von Daniel McBrearty

On 25 Feb, 00:39, "Sisyphus" wrote:
> "Sisyphus" wrote in message
>
> .
> .
>
> > Version 0.06 was uploaded just yesterday
>
> That's correct only in those parts of the world where "today" is the 23rd
> February :-)
>
> Cheers,
> Rob


yes, it was his cpan address. I hadn't gotten around to checking when
the update happened, if it is recent, I bet it's a very small error in
the test suite only.

I'll file a bug. Thanks.