Skip Menu |

This queue is for tickets about the Gungho CPAN distribution.

Report information
The Basics
Id: 35956
Status: open
Priority: 0/
Queue: Gungho

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.09007
Fixed in: (no value)



Subject: Missing dependency declaration on DB_File
Today I encountered this test failure: t/component/robot_rules/regression_daiba.............. # Failed test 'use Gungho::Component::RobotRules::Storage::DB_File;' # at t/component/robot_rules/regression_daiba.t line 7. # Tried to use 'Gungho::Component::RobotRules::Storage::DB_File'. # Error: Can't locate DB_File.pm in @INC (@INC contains: /home/sand/.cpan/build/Gungho-0.09007-a4SKal/inc /home/sand/.cpan/build/Gungho-0.09007-a4SKal/blib/lib /home/sand/.cpan/build/Gungho-0.09007-a4SKal/blib/arch /home/src/perl/repoperls/installed-perls/perl/pow8WyU/perl-5.10.0@33832/lib/5.11.0/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/pow8WyU/perl-5.10.0@33832/lib/5.11.0 /home/src/perl/repoperls/installed-perls/perl/pow8WyU/perl-5.10.0@33832/lib/site_perl/5.11.0/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/pow8WyU/perl-5.10.0@33832/lib/site_perl/5.11.0 .) at /home/sand/.cpan/build/Gungho-0.09007-a4SKal/blib/lib/Gungho/Component/RobotRules/Storage/DB_File.pm line 9. # BEGIN failed--compilation aborted at /home/sand/.cpan/build/Gungho-0.09007-a4SKal/blib/lib/Gungho/Component/RobotRules/Storage/DB_File.pm line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. # Failed test 'file exists' # at t/component/robot_rules/regression_daiba.t line 23. # Looks like you failed 2 tests of 4. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests I didn't find a dependency declaration on DB_File Best,
Show quoted text
> # Error: Can't locate DB_File.pm in @INC (@INC contains:
Thta's strange, I have --- name: 'RobotRules Support' default: 1 depends: 'WWW::RobotRules::Parser': 0 'URI': 0 'DB_File': 0 in my dependency config
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #35956] Missing dependency declaration on DB_File
Date: Mon, 19 May 2008 22:20:01 +0200
To: bug-Gungho [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
I suspect this ends up as an optional feature not a dependency. From reading the META.yml, DB_File is a "recommends", not a "requires". But if it can lead to a test failing, then it should be a dependency, no?