Re: load_fact_classes not found

2010-07-26 Thread Nigel Horne
Andrew, I have had the same problem on many platforms. I have found Test::Reporter::Transport::Socket to be far more stable - I have never had that error since I moved over. If you're determined to stick with Test::Reporter::Transport::Metabase, sometimes it could be fixed with: force inst

Re: load_fact_classes not found

2010-07-26 Thread Andrew Moore
On Sun, Jul 25, 2010 at 7:09 PM, David Golden wrote: > If someone can give me shell access to a machine that consistently > shows the problem, that would help. Ugh. I really wanted to give you a shell where you could examine the situation. I can no longer reproduce this on either of the machines

Re: load_fact_classes not found

2010-07-25 Thread David Golden
I've been having a devil of a time chasing this bug down. I watched Elliot Shank have the problem, add some diagnostic printing to CPAN::Testers::Report, and then have no problem. It was a complete WTF! moment. Someone with the repeatable problem, please try removing the "use base" line from CPA

Re: load_fact_classes not found

2010-07-25 Thread M W487
Thanks, but no go. I was using Metabase::Fact 0.016. I changed to 0.003, confirmed with a print of the version variable, and the error is the same. On Sun, Jul 25, 2010 at 1:22 PM, Serguei Trouchelle wrote: > M W487 wrote: > >> I get a similar error on cygwin. > > [...] > >> cpan[5]>  install T

Re: load_fact_classes not found

2010-07-25 Thread Serguei Trouchelle
M W487 wrote: I get a similar error on cygwin. [...] cpan[5]> install Test::Reporter::Transport::Metabase Test::Reporter::Transport::Metabase is up to date (1.999006). cpan[6]> install Test::Reporter Test::Reporter is up to date (1.57). cpan[9]> install CPAN::Testers::Report CPAN::T

Re: load_fact_classes not found

2010-07-25 Thread M W487
I get a similar error on cygwin. Snippets: send_report? [default:yes pass/na:yes] Your CPAN::Reporter config file also contains these advanced options: transport? [Metabase uri http://metabase.cpantesters.org/beta/ id_file /home/oo1564/.cpanreporter/metabase_id.json] . . . $ cat /home/oo1564/.

Re: load_fact_classes not found

2010-07-20 Thread Andrew Moore
On Wed, Jul 7, 2010 at 4:58 AM, David Golden wrote: > I don't think that's it, but I've changed it and released TRTM 1.999005 to > CPAN. Hi David - I'm getting the same error about "Can't locate object method "load_fact_classes" via package "CPAN::Testers::Report"" whenever I install modules fr

Re: load_fact_classes not found

2010-07-07 Thread David Golden
On Tue, Jul 6, 2010 at 11:51 PM, Andreas J. Koenig wrote: > Another suspect is this line in Test/Reporter/Transport/Metabase.pm > (David listen!) > >  use base 'Test::Reporter::Transport'; I don't think that's it, but I've changed it and released TRTM 1.999005 to CPAN. -- David

Re: load_fact_classes not found

2010-07-07 Thread Nigel Horne
Andreas J. Koenig wrote: > Any clues what causes this error? > > Can't locate object method "load_fact_classes" via package > "CPAN::Testers::Report" at > /usr/local/share/perl/5.10.1/CPAN/Testers/Report.pm line 16. I have seen this Heisenbug several times and n

Re: load_fact_classes not found

2010-07-06 Thread Andreas J. Koenig
> On Tue, 06 Jul 2010 16:24:09 +0100, Nigel Horne > said: > On 06/07/10 15:52, David Golden wrote: >> > Any clues what causes this error? > > Can't locate object method "load_fact_classes" via package > "CPAN::Testers::Report" at > /usr/local/share/perl/5.10

Re: load_fact_classes not found

2010-07-06 Thread Nigel Horne
On 06/07/10 15:52, David Golden wrote: Any clues what causes this error? Can't locate object method "load_fact_classes" via package "CPAN::Testers::Report" at /usr/local/share/perl/5.10.1/CPAN/Testers/Report.pm line 16. Can you give more context. What were you doing when you got

Re: load_fact_classes not found

2010-07-06 Thread David Golden
On Tue, Jul 6, 2010 at 10:37 AM, Nigel Horne wrote: >>> Any clues what causes this error? >>> >>> Can't locate object method "load_fact_classes" via package >>> "CPAN::Testers::Report" at >>> /usr/local/share/perl/5.10.1/CPAN/Testers/Report.pm line 16. >>> >> >> Can you give more context.  What we

Re: load_fact_classes not found

2010-07-06 Thread Nigel Horne
On 06/07/10 15:30, David Golden wrote: On Tue, Jul 6, 2010 at 9:37 AM, Nigel Horne wrote: Any clues what causes this error? Can't locate object method "load_fact_classes" via package "CPAN::Testers::Report" at /usr/local/share/perl/5.10.1/CPAN/Testers/Report.pm line 16. Can you give

Re: load_fact_classes not found

2010-07-06 Thread David Golden
On Tue, Jul 6, 2010 at 9:37 AM, Nigel Horne wrote: > > Any clues what causes this error? > > Can't locate object method "load_fact_classes" via package > "CPAN::Testers::Report" at > /usr/local/share/perl/5.10.1/CPAN/Testers/Report.pm line 16. Can you give more context. What were you doing when