# HG changeset patch # User Maxim Dounin # Date 1225558751 -10800 # Node ID 05175c8b88dcdd5913d325d923f97eb4e90405ba # Parent 7435db1491688d672b3fef2a13492a964eac8a37 Tests: nuke unneeded use. diff --git a/proxy.t b/proxy.t --- a/proxy.t +++ b/proxy.t @@ -11,8 +11,6 @@ use strict; use Test::More tests => 3; -use IO::Select; - BEGIN { use FindBin; chdir($FindBin::Bin); } use lib 'lib';