David Golden wrote:
If you make that fix, does the one-liner with Test::Reporter work?
No, as I said, it isn't the one mentioned.

I'm open to ideas.

-Nigel
David

On Wed, Jan 20, 2010 at 8:23 AM, Nigel Horne <n...@bandsman.co.uk> wrote:
I've found one problem, which isn't the one mentioned, but needs fixing
anyway:

IO::Socket gives this error on BeOS:

"Your vendor has not defined Socket macro AF_UNIX, used at
/boot/home/config/lib/perl5/5.8.8/BePC-beos/IO/Socket/UNIX.pm line 18"

The fix is in IO/Socket.pm at line 22.

Old code:
require IO::Socket::UNIX if ($^O ne 'epoc' && $^O ne 'symbian');

New code:
require IO::Socket::UNIX if ($^O ne 'epoc' && $^O ne 'symbian' && $^O ne
'beos');

I've raised this as bug 53837 against IO::Socket.

-Nigel



--
Nigel Horne. Arranger, Adjudicator, Band Trainer, Composer, Tutor, Typesetter.
NJH Music, ICQ#20252325
n...@bandsman.co.uk http://www.bandsman.co.uk

Reply via email to