From 2130c338900859fde94b9dea84a75b8d51a34d46 Mon Sep 17 00:00:00 2001 From: "kan@dcit.cz" Date: Tue, 1 May 2007 02:17:22 -0700 Subject: [perl #42844] careless use of gethostbyname() in Socket.xs From: kan@dcit.cz (via RT) Message-ID: p4raw-id: //depot/perl@31138 --- 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 bb053490e8..47b27e753f 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -1,7 +1,7 @@ package Socket; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); -$VERSION = "1.78"; +$VERSION = "1.79"; =head1 NAME -- cgit v1.2.1