diff fastcgi.t @ 36:bd1a5e92d0c0

Tests: remove unneeded imports.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 22 Oct 2008 04:00:13 +0400
parents 7bf0e8a1d66c
children 3325fa3f515c
line wrap: on
line diff
--- a/fastcgi.t
+++ b/fastcgi.t
@@ -11,8 +11,6 @@ use strict;
 
 use Test::More;
 
-use IO::Select;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';