Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Reporter-Transport-Metabase CPAN distribution.

Report information
The Basics
Id: 57986
Status: open
Priority: 0/
Queue: Test-Reporter-Transport-Metabase

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

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



I have not tested Reporting via Metabase for a few weeks and wanted to start again today. Can you tell from the diagnostics I get what is going wrong? CPAN::Reporter: problem with Test::Reporter transport: Test::Reporter: could not load 'Test::Reporter::Transport::Metabase' Can't locate object method "load_fact_classes" via package "CPAN::Testers::Report" at /home/src/perl/repoperls/installed-perls/perl/v5.13.1-40-gc4a6534/lib/site_perl/5.13.1/CPAN/Testers/Report.pm line 16. Compilation failed in require at /home/src/perl/repoperls/installed-perls/perl/v5.13.1-40-gc4a6534/lib/site_perl/5.13.1/Test/Reporter/Transport/Metabase.pm line 21. BEGIN failed--compilation aborted at /home/src/perl/repoperls/installed-perls/perl/v5.13.1-40-gc4a6534/lib/site_perl/5.13.1/Test/Reporter/Transport/Metabase.pm line 21. Compilation failed in require at (eval 2606) line 1. at /home/src/perl/repoperls/installed-perls/perl/v5.13.1-40-gc4a6534/lib/site_perl/5.13.1/CPAN/Reporter.pm line 451 Test report will not be sent I should mention that I could not install current Metabase package because DBIx::Class has failing tests.
I forgot to mention that Test::Reporter::Transport::Metabase is installed: cpan[3]> m Test::Reporter::Transport::Metabase Module id = Test::Reporter::Transport::Metabase CPAN_USERID DAGOLDEN (David Golden <dagolden@cpan.org>) CPAN_VERSION 1.999004 CPAN_FILE D/DA/DAGOLDEN/Test-Reporter-Transport-Metabase-1.999004.tar.gz UPLOAD_DATE 2010-03-29 MANPAGE Test::Reporter::Transport::Metabase - Metabase transport for Test::Reporter INST_FILE /home/src/perl/repoperls/installed-perls/perl/v5.13.1-40-gc4a6534/lib/site_perl/5.13.1/Test/Reporter/Transport/Metabase.pm INST_VERSION 1.999004
I encountered this error message too. I ran the following: % perl -MTest::Reporter::Transport::Metabase -e 1 And got the following error: Can't locate Data/GUID.pm in @INC So it looks like this module neglects to state a dependency. I have installed Data::GUID and no longer see this error. Tom
Subject: Re: [rt.cpan.org #57986] Can't locate object method "load_fact_classes"
Date: Thu, 15 Jul 2010 10:44:48 -0400
To: bug-Test-Reporter-Transport-Metabase [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Thu, Jul 15, 2010 at 6:08 AM, Tom Hukins via RT <bug-Test-Reporter-Transport-Metabase@rt.cpan.org> wrote: Show quoted text
> So it looks like this module neglects to state a dependency.  I have > installed Data::GUID and no longer see this error.
I tried it on a clean build of perl and didn't have a problem. Maybe it was an older version that mis-stated the dependencies. If you look at the CPAN Deps page for it, it's shown in the tree: http://deps.cpantesters.org/?module=Test::Reporter::Transport::Metabase;perl=latest -- David