From 046cc26cf77f76bc63fd4d206fef560054f5d298 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sat, 3 Sep 2011 14:44:11 -0500 Subject: Remove sockadapt layer from the VMS build. SOCKETSHR is/was an interface to abstract out TCP/IP calls for the various vendors' networking implementations, including the freeware CMU-IP stack. Neither SOCKETSHR nor CMU-IP has seen any maintenance for over a decade and are likely not even C89-compliant. The CRTL socket routines have been supported by the different vendors' stacks for many years so there is no reason to maintain an alternative, and there probably hasn't been a real working alternative for some years anyway. The code is still there in maint-5.14 and earlier branches if anyone has need of it. --- ext/Socket/Socket.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Socket/Socket.pm') diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index aa3fe3fff8..9ba10bfb82 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -3,7 +3,7 @@ package Socket; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); -$VERSION = "1.94"; +$VERSION = "1.94_01"; =head1 NAME -- cgit v1.2.1