# HG changeset patch # User Sergey Kandaurov # Date 1554478578 -10800 # Node ID fbb90184102e104bf3123e90fdd188677a4c5c9d # Parent 2710e9505937dd00c83eef17787d003ed8ec20c1 Tests: proxy.t doesn't need Socket since cdbdb75cf194, drop it. diff --git a/proxy.t b/proxy.t --- a/proxy.t +++ b/proxy.t @@ -11,8 +11,6 @@ use strict; use Test::More; -use Socket; - BEGIN { use FindBin; chdir($FindBin::Bin); } use lib 'lib';