David Golden wrote:
What happens if you try loading it from the command line:

$ perl5.8.8 -MTest::Reporter -we '$tr = Test::Reporter->new()'

Good question. Now I can see what's going wrong (though it's a pity that CPAN hid this error message.

Now, any ideas how to fix this?

$ perl -MTest::Reporter -we '$tr = Test::Reporter->new()'
Can't ignore signal CHLD, forcing to default.
Your vendor has not defined Socket macro SOCK_RAW, used at /boot/home/config/lib/perl5/5.8.8/BePC-beos/IO/Socket/INET.pm line 24 Compilation failed in require at /boot/home/config/lib/perl5/5.8.8/BePC-beos/IO/Socket.pm line 21. Compilation failed in require at /boot/home/config/lib/perl5/5.8.8/Net/SMTP.pm line 15. BEGIN failed--compilation aborted at /boot/home/config/lib/perl5/5.8.8/Net/SMTP.pm line 15. Compilation failed in require at /boot/home/config/lib/perl5/site_perl/5.8.8/Test/Reporter.pm line 27. BEGIN failed--compilation aborted at /boot/home/config/lib/perl5/site_perl/5.8.8/Test/Reporter.pm line 27.
Compilation failed in require.
BEGIN failed--compilation aborted.
$

-Nigel

Reply via email to