cpan-testers-discuss  

Re: Can't locate object method "new" via package "Test::Reporter"

Nigel Horne
Wed, 20 Jan 2010 06:22:40 -0800

I belie I have Test::Reporter loading:

$ perl -MTest::Reporter -we '$tr = Test::Reporter->new()'
Can't ignore signal CHLD, forcing to default.
Name "main::tr" used only once: possible typo at -e line 1.
$

[ Thanks David for the suggestion on how to test it loads. ]

To get it to load on BeOS you need to apply the fixes I've suggested for RT bugs 53837, 53838 and 53839.

I suspect I'm still some way from getting a smoker on BeOS, but I am making progress.

The next thing is to find out why I'm getting "Unable to connect to any MX's" in .../lib/perl5/site_perl/5.8.8/Test/Reporter/Transport/Net/SMTP.pm

-Nigel