Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx to make IO::Socket work on BeOS [rt.cpan.org #53837] #17449

Open
toddr opened this issue Apr 19, 2018 · 0 comments
Open

FIx to make IO::Socket work on BeOS [rt.cpan.org #53837] #17449

toddr opened this issue Apr 19, 2018 · 0 comments
Labels
dist-IO issues in the dual-life blead-first IO distribution

Comments

@toddr
Copy link
Member

toddr commented Apr 19, 2018

Migrated from rt.cpan.org#53837 (status was 'new')

Requestors:

From [email protected] on 2010-01-20 13:22:23:

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');

From [email protected] on 2010-08-26 17:02:00:

I have just tried it in 5.12.1 - the problem still exists.

From [email protected] on 2011-01-02 22:05:06:

5.12.3 is due soon - it would be great if this fix were to be incorporated.

@toddr toddr transferred this issue from Dual-Life/IO Jan 20, 2020
@toddr toddr added Needs Triage dist-IO issues in the dual-life blead-first IO distribution labels Jan 20, 2020
@xenu xenu removed the Severity Low label Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dist-IO issues in the dual-life blead-first IO distribution
Projects
None yet
Development

No branches or pull requests

3 participants