Navigation Menu

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

Bug in IO::Socket (patch included) #847

Closed
p5pRT opened this issue Nov 12, 1999 · 2 comments
Closed

Bug in IO::Socket (patch included) #847

p5pRT opened this issue Nov 12, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Nov 12, 1999

Migrated from rt.perl.org#1775 (status was 'resolved')

Searchable as RT1775$

@p5pRT
Copy link
Author

p5pRT commented Nov 12, 1999

From @scottgifford

sockprob

@p5pRT
Copy link
Author

p5pRT commented Nov 12, 1999

From @scottgifford

sockfix.patch
*** lib/IO/Socket.pm	Fri Nov 12 18:25:31 1999
--- newlib/IO/Socket.pm	Fri Nov 12 18:44:20 1999
***************
*** 222,227 ****
--- 222,229 ----
  
  	undef $fh unless $ok;
      };
+     croak "$@"
+         if ($@ and $fh);
  
      $fh;
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant